Html Css Color HEX #C31529 Fire Engine Red

📋 copy color: '#C31529'

red 195 ◦ green 21 ◦ blue 41

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

Shades of Fire Engine Red #C31529

Tints of Fire Engine Red #C31529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.17%

 BLUE value IS 41 (16.41% from 255) = 15.95%

R = 75.88%
G = 8.17%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C31529 (or 0xC31529) is known color: Fire Engine Red. HEX triplet: C3, 15 and 29. RGB value is (195,21,41). Sum of RGB (Red+Green+Blue) = 195+21+41=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C31529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31529 is #3CEAD6. Grayscale: #4B4B4B. Windows color (decimal): -3992279 or 2692547. OLE color: 2692547.

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

Color convert

RGB 195 21 41 -
CMYK 0 0.89 0.79 0.24
HSL 353.1º 0.81% 0.42% -
HSV(B) 353.1º 0.89% 0.76% -
XYZ 23.17 12.3 3.25 -
YUV 75.31 108.65 213.37 -
System Red Green Blue C M Y K H S L
Decimal 195 21 41 0 0.89 0.79 0.24 353.1 0.81 0.42
Hex C3 15 29 0 59 4F 18 161 51 2A
Octal 303 25 51 0 131 117 30 541 121 52
Binary 11000011 10101 101001 0 1011001 1001111 11000 101100001 1010001 101010

Color Harmonies of #C31529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31529

Black with #C31529

Text Example


Text Example

White with #C31529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31529; }

 p { color: rgb(195,21,41); }

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

background-color css

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

 a { background-color: rgb(195,21,41); }

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

border-color css

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

 span { border-color: rgb(195,21,41); }

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