Html Css Color HEX #C31F28 Fire Engine Red

📋 copy color: '#C31F28'

red 195 ◦ green 31 ◦ blue 40

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

Shades of Fire Engine Red #C31F28

Tints of Fire Engine Red #C31F28

RGB

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

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

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

R = 73.31%
G = 11.65%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C31F28 (or 0xC31F28) is known color: Fire Engine Red. HEX triplet: C3, 1F and 28. RGB value is (195,31,40). Sum of RGB (Red+Green+Blue) = 195+31+40=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31F28 is #3CE0D7. Grayscale: #515151. Windows color (decimal): -3989720 or 2629571. OLE color: 2629571.

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

Color convert

RGB 195 31 40 -
CMYK 0 0.84 0.79 0.24
HSL 356.71º 0.73% 0.44% -
HSV(B) 356.71º 0.84% 0.76% -
XYZ 23.38 12.74 3.23 -
YUV 81.06 104.83 209.27 -
System Red Green Blue C M Y K H S L
Decimal 195 31 40 0 0.84 0.79 0.24 356.71 0.73 0.44
Hex C3 1F 28 0 54 4F 18 165 49 2C
Octal 303 37 50 0 124 117 30 545 111 54
Binary 11000011 11111 101000 0 1010100 1001111 11000 101100101 1001001 101100

Color Harmonies of #C31F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F28

Black with #C31F28

Text Example


Text Example

White with #C31F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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