Html Css Color HEX #C41821 Fire Engine Red

📋 copy color: '#C41821'

red 196 ◦ green 24 ◦ blue 33

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

Shades of Fire Engine Red #C41821

Tints of Fire Engine Red #C41821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.49%

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

R = 77.47%
G = 9.49%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C41821 (or 0xC41821) is known color: Fire Engine Red. HEX triplet: C4, 18 and 21. RGB value is (196,24,33). Sum of RGB (Red+Green+Blue) = 196+24+33=253 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.47% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 196 - color contains mainly: red. Hex color #C41821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41821 is #3BE7DE. Grayscale: #4C4C4C. Windows color (decimal): -3925983 or 2169028. OLE color: 2169028.

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

Color convert

RGB 196 24 33 -
CMYK 0 0.88 0.83 0.23
HSL 356.86º 0.78% 0.43% -
HSV(B) 356.86º 0.88% 0.77% -
XYZ 23.37 12.5 2.62 -
YUV 76.45 103.48 213.27 -
System Red Green Blue C M Y K H S L
Decimal 196 24 33 0 0.88 0.83 0.23 356.86 0.78 0.43
Hex C4 18 21 0 58 53 17 165 4E 2B
Octal 304 30 41 0 130 123 27 545 116 53
Binary 11000100 11000 100001 0 1011000 1010011 10111 101100101 1001110 101011

Color Harmonies of #C41821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41821

Black with #C41821

Text Example


Text Example

White with #C41821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41821; }

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

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

background-color css

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

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

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

border-color css

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

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

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