Html Css Color HEX #C31225 Fire Engine Red

📋 copy color: '#C31225'

red 195 ◦ green 18 ◦ blue 37

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

Shades of Fire Engine Red #C31225

Tints of Fire Engine Red #C31225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.2%

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

R = 78%
G = 7.2%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C31225 (or 0xC31225) is known color: Fire Engine Red. HEX triplet: C3, 12 and 25. RGB value is (195,18,37). Sum of RGB (Red+Green+Blue) = 195+18+37=250 (33% of max value = 765). Red value is 195 (76.56% from 255 or 78% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 195 - color contains mainly: red. Hex color #C31225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31225 is #3CEDDA. Grayscale: #494949. Windows color (decimal): -3993051 or 2429635. OLE color: 2429635.

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

Color convert

RGB 195 18 37 -
CMYK 0 0.91 0.81 0.24
HSL 353.56º 0.83% 0.42% -
HSV(B) 353.56º 0.91% 0.76% -
XYZ 23.06 12.17 2.88 -
YUV 73.09 107.64 214.96 -
System Red Green Blue C M Y K H S L
Decimal 195 18 37 0 0.91 0.81 0.24 353.56 0.83 0.42
Hex C3 12 25 0 5B 51 18 162 53 2A
Octal 303 22 45 0 133 121 30 542 123 52
Binary 11000011 10010 100101 0 1011011 1010001 11000 101100010 1010011 101010

Color Harmonies of #C31225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31225

Black with #C31225

Text Example


Text Example

White with #C31225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31225; }

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

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

background-color css

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

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

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

border-color css

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

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

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