Html Css Color HEX #C31727 Fire Engine Red

📋 copy color: '#C31727'

red 195 ◦ green 23 ◦ blue 39

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

Shades of Fire Engine Red #C31727

Tints of Fire Engine Red #C31727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.95%

 BLUE value IS 39 (15.63% from 255) = 15.18%

R = 75.88%
G = 8.95%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C31727 (or 0xC31727) is known color: Fire Engine Red. HEX triplet: C3, 17 and 27. RGB value is (195,23,39). Sum of RGB (Red+Green+Blue) = 195+23+39=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C31727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31727 is #3CE8D8. Grayscale: #4C4C4C. Windows color (decimal): -3991769 or 2561987. OLE color: 2561987.

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

Color convert

RGB 195 23 39 -
CMYK 0 0.88 0.80 0.24
HSL 354.42º 0.79% 0.43% -
HSV(B) 354.42º 0.88% 0.76% -
XYZ 23.18 12.36 3.08 -
YUV 76.25 106.98 212.7 -
System Red Green Blue C M Y K H S L
Decimal 195 23 39 0 0.88 0.80 0.24 354.42 0.79 0.43
Hex C3 17 27 0 58 50 18 162 4F 2B
Octal 303 27 47 0 130 120 30 542 117 53
Binary 11000011 10111 100111 0 1011000 1010000 11000 101100010 1001111 101011

Color Harmonies of #C31727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31727

Black with #C31727

Text Example


Text Example

White with #C31727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31727; }

 p { color: rgb(195,23,39); }

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

background-color css

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

 a { background-color: rgb(195,23,39); }

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

border-color css

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

 span { border-color: rgb(195,23,39); }

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