Html Css Color HEX #C31724 Fire Engine Red

📋 copy color: '#C31724'

red 195 ◦ green 23 ◦ blue 36

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

Shades of Fire Engine Red #C31724

Tints of Fire Engine Red #C31724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.17%

R = 76.77%
G = 9.06%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C31724 (or 0xC31724) is known color: Fire Engine Red. HEX triplet: C3, 17 and 24. RGB value is (195,23,36). Sum of RGB (Red+Green+Blue) = 195+23+36=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C31724 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31724 is #3CE8DB. Grayscale: #4C4C4C. Windows color (decimal): -3991772 or 2365379. OLE color: 2365379.

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

Color convert

RGB 195 23 36 -
CMYK 0 0.88 0.82 0.24
HSL 355.47º 0.79% 0.43% -
HSV(B) 355.47º 0.88% 0.76% -
XYZ 23.13 12.34 2.83 -
YUV 75.91 105.48 212.94 -
System Red Green Blue C M Y K H S L
Decimal 195 23 36 0 0.88 0.82 0.24 355.47 0.79 0.43
Hex C3 17 24 0 58 52 18 163 4F 2B
Octal 303 27 44 0 130 122 30 543 117 53
Binary 11000011 10111 100100 0 1011000 1010010 11000 101100011 1001111 101011

Color Harmonies of #C31724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31724

Black with #C31724

Text Example


Text Example

White with #C31724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31724; }

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

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

background-color css

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

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

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

border-color css

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

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

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