Html Css Color HEX #C32429 Fire Engine Red

📋 copy color: '#C32429'

red 195 ◦ green 36 ◦ blue 41

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

Shades of Fire Engine Red #C32429

Tints of Fire Engine Red #C32429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.24%

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

R = 71.69%
G = 13.24%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C32429 (or 0xC32429) is known color: Fire Engine Red. HEX triplet: C3, 24 and 29. RGB value is (195,36,41). Sum of RGB (Red+Green+Blue) = 195+36+41=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C32429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32429 is #3CDBD6. Grayscale: #545454. Windows color (decimal): -3988439 or 2696387. OLE color: 2696387.

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

Color convert

RGB 195 36 41 -
CMYK 0 0.82 0.79 0.24
HSL 358.11º 0.69% 0.45% -
HSV(B) 358.11º 0.82% 0.76% -
XYZ 23.54 13.02 3.37 -
YUV 84.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 195 36 41 0 0.82 0.79 0.24 358.11 0.69 0.45
Hex C3 24 29 0 52 4F 18 166 45 2D
Octal 303 44 51 0 122 117 30 546 105 55
Binary 11000011 100100 101001 0 1010010 1001111 11000 101100110 1000101 101101

Color Harmonies of #C32429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32429

Black with #C32429

Text Example


Text Example

White with #C32429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32429; }

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

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

background-color css

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

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

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

border-color css

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

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

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