Html Css Color HEX #C31227 Fire Engine Red

📋 copy color: '#C31227'

red 195 ◦ green 18 ◦ blue 39

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

Shades of Fire Engine Red #C31227

Tints of Fire Engine Red #C31227

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.14%

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

R = 77.38%
G = 7.14%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C31227 (or 0xC31227) is known color: Fire Engine Red. HEX triplet: C3, 12 and 27. RGB value is (195,18,39). Sum of RGB (Red+Green+Blue) = 195+18+39=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C31227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31227 is #3CEDD8. Grayscale: #494949. Windows color (decimal): -3993049 or 2560707. OLE color: 2560707.

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

Color convert

RGB 195 18 39 -
CMYK 0 0.91 0.80 0.24
HSL 352.88º 0.83% 0.42% -
HSV(B) 352.88º 0.91% 0.76% -
XYZ 23.09 12.18 3.05 -
YUV 73.32 108.64 214.79 -
System Red Green Blue C M Y K H S L
Decimal 195 18 39 0 0.91 0.80 0.24 352.88 0.83 0.42
Hex C3 12 27 0 5B 50 18 161 53 2A
Octal 303 22 47 0 133 120 30 541 123 52
Binary 11000011 10010 100111 0 1011011 1010000 11000 101100001 1010011 101010

Color Harmonies of #C31227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31227

Black with #C31227

Text Example


Text Example

White with #C31227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31227; }

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

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

background-color css

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

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

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

border-color css

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

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

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