Html Css Color HEX #C41621 Fire Engine Red

📋 copy color: '#C41621'

red 196 ◦ green 22 ◦ blue 33

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

Shades of Fire Engine Red #C41621

Tints of Fire Engine Red #C41621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.76%

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

R = 78.09%
G = 8.76%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C41621 (or 0xC41621) is known color: Fire Engine Red. HEX triplet: C4, 16 and 21. RGB value is (196,22,33). Sum of RGB (Red+Green+Blue) = 196+22+33=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C41621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41621 is #3BE9DE. Grayscale: #4B4B4B. Windows color (decimal): -3926495 or 2168516. OLE color: 2168516.

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

Color convert

RGB 196 22 33 -
CMYK 0 0.89 0.83 0.23
HSL 356.21º 0.8% 0.43% -
HSV(B) 356.21º 0.89% 0.77% -
XYZ 23.33 12.42 2.61 -
YUV 75.28 104.15 214.11 -
System Red Green Blue C M Y K H S L
Decimal 196 22 33 0 0.89 0.83 0.23 356.21 0.8 0.43
Hex C4 16 21 0 59 53 17 164 50 2B
Octal 304 26 41 0 131 123 27 544 120 53
Binary 11000100 10110 100001 0 1011001 1010011 10111 101100100 1010000 101011

Color Harmonies of #C41621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41621

Black with #C41621

Text Example


Text Example

White with #C41621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41621; }

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

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

background-color css

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

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

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

border-color css

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

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

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