Html Css Color HEX #C41721 Fire Engine Red

📋 copy color: '#C41721'

red 196 ◦ green 23 ◦ blue 33

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

Shades of Fire Engine Red #C41721

Tints of Fire Engine Red #C41721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.13%

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

R = 77.78%
G = 9.13%
B = 13.1%

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

#C41721 (or 0xC41721) is known color: Fire Engine Red. HEX triplet: C4, 17 and 21. RGB value is (196,23,33). Sum of RGB (Red+Green+Blue) = 196+23+33=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C41721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41721 is #3BE8DE. Grayscale: #4B4B4B. Windows color (decimal): -3926239 or 2168772. OLE color: 2168772.

HSL color Cylindrical-coordinate representation of color #C41721: hue angle of 356.53º degrees, saturation: 0.79, 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 #C41721 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 23 33 -
CMYK 0 0.88 0.83 0.23
HSL 356.53º 0.79% 0.43% -
HSV(B) 356.53º 0.88% 0.77% -
XYZ 23.35 12.46 2.61 -
YUV 75.87 103.81 213.69 -
System Red Green Blue C M Y K H S L
Decimal 196 23 33 0 0.88 0.83 0.23 356.53 0.79 0.43
Hex C4 17 21 0 58 53 17 165 4F 2B
Octal 304 27 41 0 130 123 27 545 117 53
Binary 11000100 10111 100001 0 1011000 1010011 10111 101100101 1001111 101011

Color Harmonies of #C41721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41721

Black with #C41721

Text Example


Text Example

White with #C41721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41721; }

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

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

background-color css

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

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

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

border-color css

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

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

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