Html Css Color HEX #C32125 Fire Engine Red

📋 copy color: '#C32125'

red 195 ◦ green 33 ◦ blue 37

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

Shades of Fire Engine Red #C32125

Tints of Fire Engine Red #C32125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.45%

 BLUE value IS 37 (14.84% from 255) = 13.96%

R = 73.58%
G = 12.45%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C32125 (or 0xC32125) is known color: Fire Engine Red. HEX triplet: C3, 21 and 25. RGB value is (195,33,37). Sum of RGB (Red+Green+Blue) = 195+33+37=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C32125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32125 is #3CDEDA. Grayscale: #525252. Windows color (decimal): -3989211 or 2433475. OLE color: 2433475.

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

Color convert

RGB 195 33 37 -
CMYK 0 0.83 0.81 0.24
HSL 358.52º 0.71% 0.45% -
HSV(B) 358.52º 0.83% 0.76% -
XYZ 23.38 12.82 2.99 -
YUV 81.89 102.67 208.67 -
System Red Green Blue C M Y K H S L
Decimal 195 33 37 0 0.83 0.81 0.24 358.52 0.71 0.45
Hex C3 21 25 0 53 51 18 167 47 2D
Octal 303 41 45 0 123 121 30 547 107 55
Binary 11000011 100001 100101 0 1010011 1010001 11000 101100111 1000111 101101

Color Harmonies of #C32125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32125

Black with #C32125

Text Example


Text Example

White with #C32125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32125; }

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

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

background-color css

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

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

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

border-color css

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

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

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