Html Css Color HEX #C31F25 Fire Engine Red

📋 copy color: '#C31F25'

red 195 ◦ green 31 ◦ blue 37

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

Shades of Fire Engine Red #C31F25

Tints of Fire Engine Red #C31F25

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.79%

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

R = 74.14%
G = 11.79%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C31F25 (or 0xC31F25) is known color: Fire Engine Red. HEX triplet: C3, 1F and 25. RGB value is (195,31,37). Sum of RGB (Red+Green+Blue) = 195+31+37=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31F25 is #3CE0DA. Grayscale: #505050. Windows color (decimal): -3989723 or 2432963. OLE color: 2432963.

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

Color convert

RGB 195 31 37 -
CMYK 0 0.84 0.81 0.24
HSL 357.8º 0.73% 0.44% -
HSV(B) 357.8º 0.84% 0.76% -
XYZ 23.33 12.72 2.98 -
YUV 80.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 195 31 37 0 0.84 0.81 0.24 357.8 0.73 0.44
Hex C3 1F 25 0 54 51 18 166 49 2C
Octal 303 37 45 0 124 121 30 546 111 54
Binary 11000011 11111 100101 0 1010100 1010001 11000 101100110 1001001 101100

Color Harmonies of #C31F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F25

Black with #C31F25

Text Example


Text Example

White with #C31F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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