Html Css Color HEX #C31928 Fire Engine Red

📋 copy color: '#C31928'

red 195 ◦ green 25 ◦ blue 40

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

Shades of Fire Engine Red #C31928

Tints of Fire Engine Red #C31928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.62%

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

R = 75%
G = 9.62%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C31928 (or 0xC31928) is known color: Fire Engine Red. HEX triplet: C3, 19 and 28. RGB value is (195,25,40). Sum of RGB (Red+Green+Blue) = 195+25+40=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C31928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31928 is #3CE6D7. Grayscale: #4D4D4D. Windows color (decimal): -3991256 or 2628035. OLE color: 2628035.

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

Color convert

RGB 195 25 40 -
CMYK 0 0.87 0.79 0.24
HSL 354.71º 0.77% 0.43% -
HSV(B) 354.71º 0.87% 0.76% -
XYZ 23.24 12.45 3.19 -
YUV 77.54 106.82 211.78 -
System Red Green Blue C M Y K H S L
Decimal 195 25 40 0 0.87 0.79 0.24 354.71 0.77 0.43
Hex C3 19 28 0 57 4F 18 163 4D 2B
Octal 303 31 50 0 127 117 30 543 115 53
Binary 11000011 11001 101000 0 1010111 1001111 11000 101100011 1001101 101011

Color Harmonies of #C31928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31928

Black with #C31928

Text Example


Text Example

White with #C31928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31928; }

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

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

background-color css

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

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

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

border-color css

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

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

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