Html Css Color HEX #C41422 Fire Engine Red

📋 copy color: '#C41422'

red 196 ◦ green 20 ◦ blue 34

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

Shades of Fire Engine Red #C41422

Tints of Fire Engine Red #C41422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8%

 BLUE value IS 34 (13.67% from 255) = 13.6%

R = 78.4%
G = 8%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C41422 (or 0xC41422) is known color: Fire Engine Red. HEX triplet: C4, 14 and 22. RGB value is (196,20,34). Sum of RGB (Red+Green+Blue) = 196+20+34=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C41422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41422 is #3BEBDD. Grayscale: #4A4A4A. Windows color (decimal): -3927006 or 2233540. OLE color: 2233540.

HSL color Cylindrical-coordinate representation of color #C41422: hue angle of 355.23º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41422 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 34 -
CMYK 0 0.90 0.83 0.23
HSL 355.23º 0.81% 0.42% -
HSV(B) 355.23º 0.9% 0.77% -
XYZ 23.3 12.35 2.67 -
YUV 74.22 105.31 214.86 -
System Red Green Blue C M Y K H S L
Decimal 196 20 34 0 0.90 0.83 0.23 355.23 0.81 0.42
Hex C4 14 22 0 5A 53 17 163 51 2A
Octal 304 24 42 0 132 123 27 543 121 52
Binary 11000100 10100 100010 0 1011010 1010011 10111 101100011 1010001 101010

Color Harmonies of #C41422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41422

Black with #C41422

Text Example


Text Example

White with #C41422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41422; }

 p { color: rgb(196,20,34); }

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

background-color css

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

 a { background-color: rgb(196,20,34); }

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

border-color css

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

 span { border-color: rgb(196,20,34); }

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