Html Css Color HEX #C42327 Fire Engine Red

📋 copy color: '#C42327'

red 196 ◦ green 35 ◦ blue 39

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

Shades of Fire Engine Red #C42327

Tints of Fire Engine Red #C42327

RGB

 RED value IS 196 (76.95% from 255) = 72.59%

 GREEN value IS 35 (14.06% from 255) = 12.96%

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

R = 72.59%
G = 12.96%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C42327 (or 0xC42327) is known color: Fire Engine Red. HEX triplet: C4, 23 and 27. RGB value is (196,35,39). Sum of RGB (Red+Green+Blue) = 196+35+39=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C42327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42327 is #3BDCD8. Grayscale: #535353. Windows color (decimal): -3923161 or 2565060. OLE color: 2565060.

HSL color Cylindrical-coordinate representation of color #C42327: hue angle of 358.51º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42327 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 35 39 -
CMYK 0 0.82 0.80 0.23
HSL 358.51º 0.7% 0.45% -
HSV(B) 358.51º 0.82% 0.77% -
XYZ 23.73 13.08 3.19 -
YUV 83.6 102.84 208.17 -
System Red Green Blue C M Y K H S L
Decimal 196 35 39 0 0.82 0.80 0.23 358.51 0.7 0.45
Hex C4 23 27 0 52 50 17 167 46 2D
Octal 304 43 47 0 122 120 27 547 106 55
Binary 11000100 100011 100111 0 1010010 1010000 10111 101100111 1000110 101101

Color Harmonies of #C42327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42327

Black with #C42327

Text Example


Text Example

White with #C42327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42327; }

 p { color: rgb(196,35,39); }

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

background-color css

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

 a { background-color: rgb(196,35,39); }

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

border-color css

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

 span { border-color: rgb(196,35,39); }

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