Html Css Color HEX #C42226 Fire Engine Red

📋 copy color: '#C42226'

red 196 ◦ green 34 ◦ blue 38

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

Shades of Fire Engine Red #C42226

Tints of Fire Engine Red #C42226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.69%

 BLUE value IS 38 (15.23% from 255) = 14.18%

R = 73.13%
G = 12.69%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C42226 (or 0xC42226) is known color: Fire Engine Red. HEX triplet: C4, 22 and 26. RGB value is (196,34,38). Sum of RGB (Red+Green+Blue) = 196+34+38=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C42226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42226 is #3BDDD9. Grayscale: #535353. Windows color (decimal): -3923418 or 2499268. OLE color: 2499268.

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

Color convert

RGB 196 34 38 -
CMYK 0 0.83 0.81 0.23
HSL 358.52º 0.7% 0.45% -
HSV(B) 358.52º 0.83% 0.77% -
XYZ 23.69 13.02 3.1 -
YUV 82.89 102.67 208.67 -
System Red Green Blue C M Y K H S L
Decimal 196 34 38 0 0.83 0.81 0.23 358.52 0.7 0.45
Hex C4 22 26 0 53 51 17 167 46 2D
Octal 304 42 46 0 123 121 27 547 106 55
Binary 11000100 100010 100110 0 1010011 1010001 10111 101100111 1000110 101101

Color Harmonies of #C42226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42226

Black with #C42226

Text Example


Text Example

White with #C42226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42226; }

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

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

background-color css

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

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

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

border-color css

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

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

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