Html Css Color HEX #C32528 Fire Engine Red

📋 copy color: '#C32528'

red 195 ◦ green 37 ◦ blue 40

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

Shades of Fire Engine Red #C32528

Tints of Fire Engine Red #C32528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.6%

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

R = 71.69%
G = 13.6%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C32528 (or 0xC32528) is known color: Fire Engine Red. HEX triplet: C3, 25 and 28. RGB value is (195,37,40). Sum of RGB (Red+Green+Blue) = 195+37+40=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C32528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32528 is #3CDAD7. Grayscale: #545454. Windows color (decimal): -3988184 or 2631107. OLE color: 2631107.

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

Color convert

RGB 195 37 40 -
CMYK 0 0.81 0.79 0.24
HSL 358.86º 0.68% 0.45% -
HSV(B) 358.86º 0.81% 0.76% -
XYZ 23.55 13.08 3.29 -
YUV 84.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 195 37 40 0 0.81 0.79 0.24 358.86 0.68 0.45
Hex C3 25 28 0 51 4F 18 167 44 2D
Octal 303 45 50 0 121 117 30 547 104 55
Binary 11000011 100101 101000 0 1010001 1001111 11000 101100111 1000100 101101

Color Harmonies of #C32528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32528

Black with #C32528

Text Example


Text Example

White with #C32528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32528; }

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

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

background-color css

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

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

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

border-color css

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

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

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