Html Css Color HEX #C32029 Fire Engine Red

📋 copy color: '#C32029'

red 195 ◦ green 32 ◦ blue 41

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

Shades of Fire Engine Red #C32029

Tints of Fire Engine Red #C32029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.3%

R = 72.76%
G = 11.94%
B = 15.3%

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

#C32029 (or 0xC32029) is known color: Fire Engine Red. HEX triplet: C3, 20 and 29. RGB value is (195,32,41). Sum of RGB (Red+Green+Blue) = 195+32+41=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C32029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32029 is #3CDFD6. Grayscale: #515151. Windows color (decimal): -3989463 or 2695363. OLE color: 2695363.

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

Color convert

RGB 195 32 41 -
CMYK 0 0.84 0.79 0.24
HSL 356.69º 0.72% 0.45% -
HSV(B) 356.69º 0.84% 0.76% -
XYZ 23.42 12.8 3.33 -
YUV 81.76 105 208.77 -
System Red Green Blue C M Y K H S L
Decimal 195 32 41 0 0.84 0.79 0.24 356.69 0.72 0.45
Hex C3 20 29 0 54 4F 18 165 48 2D
Octal 303 40 51 0 124 117 30 545 110 55
Binary 11000011 100000 101001 0 1010100 1001111 11000 101100101 1001000 101101

Color Harmonies of #C32029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32029

Black with #C32029

Text Example


Text Example

White with #C32029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32029; }

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

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

background-color css

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

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

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

border-color css

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

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

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