Html Css Color HEX #C41C27 Fire Engine Red

📋 copy color: '#C41C27'

red 196 ◦ green 28 ◦ blue 39

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

Shades of Fire Engine Red #C41C27

Tints of Fire Engine Red #C41C27

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.65%

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

R = 74.52%
G = 10.65%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C41C27 (or 0xC41C27) is known color: Fire Engine Red. HEX triplet: C4, 1C and 27. RGB value is (196,28,39). Sum of RGB (Red+Green+Blue) = 196+28+39=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41C27 is #3BE3D8. Grayscale: #4F4F4F. Windows color (decimal): -3924953 or 2563268. OLE color: 2563268.

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

Color convert

RGB 196 28 39 -
CMYK 0 0.86 0.80 0.23
HSL 356.07º 0.75% 0.44% -
HSV(B) 356.07º 0.86% 0.77% -
XYZ 23.55 12.71 3.13 -
YUV 79.49 105.16 211.11 -
System Red Green Blue C M Y K H S L
Decimal 196 28 39 0 0.86 0.80 0.23 356.07 0.75 0.44
Hex C4 1C 27 0 56 50 17 164 4B 2C
Octal 304 34 47 0 126 120 27 544 113 54
Binary 11000100 11100 100111 0 1010110 1010000 10111 101100100 1001011 101100

Color Harmonies of #C41C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C27

Black with #C41C27

Text Example


Text Example

White with #C41C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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