Html Css Color HEX #C31820 Fire Engine Red

📋 copy color: '#C31820'

red 195 ◦ green 24 ◦ blue 32

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

Shades of Fire Engine Red #C31820

Tints of Fire Engine Red #C31820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.56%

 BLUE value IS 32 (12.89% from 255) = 12.75%

R = 77.69%
G = 9.56%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C31820 (or 0xC31820) is known color: Fire Engine Red. HEX triplet: C3, 18 and 20. RGB value is (195,24,32). Sum of RGB (Red+Green+Blue) = 195+24+32=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C31820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31820 is #3CE7DF. Grayscale: #4C4C4C. Windows color (decimal): -3991520 or 2103491. OLE color: 2103491.

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

Color convert

RGB 195 24 32 -
CMYK 0 0.88 0.84 0.24
HSL 357.19º 0.78% 0.43% -
HSV(B) 357.19º 0.88% 0.76% -
XYZ 23.09 12.36 2.54 -
YUV 76.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 195 24 32 0 0.88 0.84 0.24 357.19 0.78 0.43
Hex C3 18 20 0 58 54 18 165 4E 2B
Octal 303 30 40 0 130 124 30 545 116 53
Binary 11000011 11000 100000 0 1011000 1010100 11000 101100101 1001110 101011

Color Harmonies of #C31820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31820

Black with #C31820

Text Example


Text Example

White with #C31820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31820; }

 p { color: rgb(195,24,32); }

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

background-color css

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

 a { background-color: rgb(195,24,32); }

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

border-color css

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

 span { border-color: rgb(195,24,32); }

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