Html Css Color HEX #C31D28 Fire Engine Red

📋 copy color: '#C31D28'

red 195 ◦ green 29 ◦ blue 40

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

Shades of Fire Engine Red #C31D28

Tints of Fire Engine Red #C31D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.98%

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

R = 73.86%
G = 10.98%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C31D28 (or 0xC31D28) is known color: Fire Engine Red. HEX triplet: C3, 1D and 28. RGB value is (195,29,40). Sum of RGB (Red+Green+Blue) = 195+29+40=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31D28 is #3CE2D7. Grayscale: #505050. Windows color (decimal): -3990232 or 2629059. OLE color: 2629059.

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

Color convert

RGB 195 29 40 -
CMYK 0 0.85 0.79 0.24
HSL 356.02º 0.74% 0.44% -
HSV(B) 356.02º 0.85% 0.76% -
XYZ 23.33 12.63 3.22 -
YUV 79.89 105.5 210.11 -
System Red Green Blue C M Y K H S L
Decimal 195 29 40 0 0.85 0.79 0.24 356.02 0.74 0.44
Hex C3 1D 28 0 55 4F 18 164 4A 2C
Octal 303 35 50 0 125 117 30 544 112 54
Binary 11000011 11101 101000 0 1010101 1001111 11000 101100100 1001010 101100

Color Harmonies of #C31D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31D28

Black with #C31D28

Text Example


Text Example

White with #C31D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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