Html Css Color HEX #C41D21 Fire Engine Red

📋 copy color: '#C41D21'

red 196 ◦ green 29 ◦ blue 33

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

Shades of Fire Engine Red #C41D21

Tints of Fire Engine Red #C41D21

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.24%

 BLUE value IS 33 (13.28% from 255) = 12.79%

R = 75.97%
G = 11.24%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C41D21 (or 0xC41D21) is known color: Fire Engine Red. HEX triplet: C4, 1D and 21. RGB value is (196,29,33). Sum of RGB (Red+Green+Blue) = 196+29+33=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41D21 is #3BE2DE. Grayscale: #4F4F4F. Windows color (decimal): -3924703 or 2170308. OLE color: 2170308.

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

Color convert

RGB 196 29 33 -
CMYK 0 0.85 0.83 0.23
HSL 358.56º 0.74% 0.44% -
HSV(B) 358.56º 0.85% 0.77% -
XYZ 23.48 12.72 2.66 -
YUV 79.39 101.83 211.17 -
System Red Green Blue C M Y K H S L
Decimal 196 29 33 0 0.85 0.83 0.23 358.56 0.74 0.44
Hex C4 1D 21 0 55 53 17 167 4A 2C
Octal 304 35 41 0 125 123 27 547 112 54
Binary 11000100 11101 100001 0 1010101 1010011 10111 101100111 1001010 101100

Color Harmonies of #C41D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41D21

Black with #C41D21

Text Example


Text Example

White with #C41D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41D21; }

 p { color: rgb(196,29,33); }

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

background-color css

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

 a { background-color: rgb(196,29,33); }

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

border-color css

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

 span { border-color: rgb(196,29,33); }

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