Html Css Color HEX #C42326 Fire Engine Red

📋 copy color: '#C42326'

red 196 ◦ green 35 ◦ blue 38

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

Shades of Fire Engine Red #C42326

Tints of Fire Engine Red #C42326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.01%

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

R = 72.86%
G = 13.01%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C42326 (or 0xC42326) is known color: Fire Engine Red. HEX triplet: C4, 23 and 26. RGB value is (196,35,38). Sum of RGB (Red+Green+Blue) = 196+35+38=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C42326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42326 is #3BDCD9. Grayscale: #535353. Windows color (decimal): -3923162 or 2499524. OLE color: 2499524.

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

Color convert

RGB 196 35 38 -
CMYK 0 0.82 0.81 0.23
HSL 358.88º 0.7% 0.45% -
HSV(B) 358.88º 0.82% 0.77% -
XYZ 23.72 13.08 3.11 -
YUV 83.48 102.34 208.26 -
System Red Green Blue C M Y K H S L
Decimal 196 35 38 0 0.82 0.81 0.23 358.88 0.7 0.45
Hex C4 23 26 0 52 51 17 167 46 2D
Octal 304 43 46 0 122 121 27 547 106 55
Binary 11000100 100011 100110 0 1010010 1010001 10111 101100111 1000110 101101

Color Harmonies of #C42326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42326

Black with #C42326

Text Example


Text Example

White with #C42326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42326; }

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

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

background-color css

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

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

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

border-color css

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

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

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