Html Css Color HEX #C4232A Fire Engine Red

📋 copy color: '#C4232A'

red 196 ◦ green 35 ◦ blue 42

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

Shades of Fire Engine Red #C4232A

Tints of Fire Engine Red #C4232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.38%

R = 71.79%
G = 12.82%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4232A (or 0xC4232A) is known color: Fire Engine Red. HEX triplet: C4, 23 and 2A. RGB value is (196,35,42). Sum of RGB (Red+Green+Blue) = 196+35+42=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C4232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4232A is #3BDCD5. Grayscale: #545454. Windows color (decimal): -3923158 or 2761668. OLE color: 2761668.

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

Color convert

RGB 196 35 42 -
CMYK 0 0.82 0.79 0.23
HSL 357.39º 0.7% 0.45% -
HSV(B) 357.39º 0.82% 0.77% -
XYZ 23.78 13.1 3.47 -
YUV 83.94 104.34 207.93 -
System Red Green Blue C M Y K H S L
Decimal 196 35 42 0 0.82 0.79 0.23 357.39 0.7 0.45
Hex C4 23 2A 0 52 4F 17 165 46 2D
Octal 304 43 52 0 122 117 27 545 106 55
Binary 11000100 100011 101010 0 1010010 1001111 10111 101100101 1000110 101101

Color Harmonies of #C4232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4232A

Black with #C4232A

Text Example


Text Example

White with #C4232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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