Html Css Color HEX #C32028 Fire Engine Red

📋 copy color: '#C32028'

red 195 ◦ green 32 ◦ blue 40

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

Shades of Fire Engine Red #C32028

Tints of Fire Engine Red #C32028

RGB

 RED value IS 195 (76.56% from 255) = 73.03%

 GREEN value IS 32 (12.89% from 255) = 11.99%

 BLUE value IS 40 (16.02% from 255) = 14.98%

R = 73.03%
G = 11.99%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C32028 (or 0xC32028) is known color: Fire Engine Red. HEX triplet: C3, 20 and 28. RGB value is (195,32,40). Sum of RGB (Red+Green+Blue) = 195+32+40=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C32028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32028 is #3CDFD7. Grayscale: #515151. Windows color (decimal): -3989464 or 2629827. OLE color: 2629827.

HSL color Cylindrical-coordinate representation of color #C32028: hue angle of 357.06º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32028 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 32 40 -
CMYK 0 0.84 0.79 0.24
HSL 357.06º 0.72% 0.45% -
HSV(B) 357.06º 0.84% 0.76% -
XYZ 23.41 12.79 3.24 -
YUV 81.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 195 32 40 0 0.84 0.79 0.24 357.06 0.72 0.45
Hex C3 20 28 0 54 4F 18 165 48 2D
Octal 303 40 50 0 124 117 30 545 110 55
Binary 11000011 100000 101000 0 1010100 1001111 11000 101100101 1001000 101101

Color Harmonies of #C32028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32028

Black with #C32028

Text Example


Text Example

White with #C32028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32028; }

 p { color: rgb(195,32,40); }

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

background-color css

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

 a { background-color: rgb(195,32,40); }

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

border-color css

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

 span { border-color: rgb(195,32,40); }

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