Html Css Color HEX #C31125 Fire Engine Red

📋 copy color: '#C31125'

red 195 ◦ green 17 ◦ blue 37

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

Shades of Fire Engine Red #C31125

Tints of Fire Engine Red #C31125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.83%

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

R = 78.31%
G = 6.83%
B = 14.86%

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

#C31125 (or 0xC31125) is known color: Fire Engine Red. HEX triplet: C3, 11 and 25. RGB value is (195,17,37). Sum of RGB (Red+Green+Blue) = 195+17+37=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C31125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31125 is #3CEEDA. Grayscale: #484848. Windows color (decimal): -3993307 or 2429379. OLE color: 2429379.

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

Color convert

RGB 195 17 37 -
CMYK 0 0.91 0.81 0.24
HSL 353.26º 0.84% 0.42% -
HSV(B) 353.26º 0.91% 0.76% -
XYZ 23.04 12.14 2.88 -
YUV 72.5 107.97 215.37 -
System Red Green Blue C M Y K H S L
Decimal 195 17 37 0 0.91 0.81 0.24 353.26 0.84 0.42
Hex C3 11 25 0 5B 51 18 161 54 2A
Octal 303 21 45 0 133 121 30 541 124 52
Binary 11000011 10001 100101 0 1011011 1010001 11000 101100001 1010100 101010

Color Harmonies of #C31125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31125

Black with #C31125

Text Example


Text Example

White with #C31125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31125; }

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

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

background-color css

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

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

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

border-color css

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

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

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