Html Css Color HEX #C23827 Persian Red

📋 copy color: '#C23827'

red 194 ◦ green 56 ◦ blue 39

#C23827
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #C23827

Tints of Persian Red #C23827

RGB

 RED value IS 194 (76.17% from 255) = 67.13%

 GREEN value IS 56 (22.27% from 255) = 19.38%

 BLUE value IS 39 (15.63% from 255) = 13.49%

R = 67.13%
G = 19.38%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C23827 (or 0xC23827) is known color: Persian Red. HEX triplet: C2, 38 and 27. RGB value is (194,56,39). Sum of RGB (Red+Green+Blue) = 194+56+39=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C23827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23827 is #3DC7D8. Grayscale: #5F5F5F. Windows color (decimal): -4048857 or 2570434. OLE color: 2570434.

HSL color Cylindrical-coordinate representation of color #C23827: hue angle of 6.58º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C23827 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 56 39 -
CMYK 0 0.71 0.80 0.24
HSL 6.58º 0.67% 0.46% -
HSV(B) 6.58º 0.8% 0.76% -
XYZ 24.03 14.44 3.44 -
YUV 95.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 194 56 39 0 0.71 0.80 0.24 6.58 0.67 0.46
Hex C2 38 27 0 47 50 18 7 43 2E
Octal 302 70 47 0 107 120 30 7 103 56
Binary 11000010 111000 100111 0 1000111 1010000 11000 111 1000011 101110

Color Harmonies of #C23827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23827

Black with #C23827

Text Example


Text Example

White with #C23827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23827; }

 p { color: rgb(194,56,39); }

 H1.HeaderClassName
 {
   color: #C23827;
 }
 .AnyTagClassName
 {
   color: #C23827;
 }
</style>

background-color css

<style>
 a { background-color: #C23827; }

 a { background-color: rgb(194,56,39); }

 div.DivClassName
 {
   background-color: #C23827;
 }
 .BgClassName
 {
   background-color: #C23827;
 }
</style>

border-color css

<style>
 span { border-color: #C23827; }

 span { border-color: rgb(194,56,39); }

 td.TdClassName
 {
   border-color: #C23827;
 }
 .TagClassName
 {
   border-color: #C23827;
 }
</style>