Html Css Color HEX #C31229 Fire Engine Red

📋 copy color: '#C31229'

red 195 ◦ green 18 ◦ blue 41

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

Shades of Fire Engine Red #C31229

Tints of Fire Engine Red #C31229

RGB

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

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

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

R = 76.77%
G = 7.09%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C31229 (or 0xC31229) is known color: Fire Engine Red. HEX triplet: C3, 12 and 29. RGB value is (195,18,41). Sum of RGB (Red+Green+Blue) = 195+18+41=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C31229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31229 is #3CEDD6. Grayscale: #494949. Windows color (decimal): -3993047 or 2691779. OLE color: 2691779.

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

Color convert

RGB 195 18 41 -
CMYK 0 0.91 0.79 0.24
HSL 352.2º 0.83% 0.42% -
HSV(B) 352.2º 0.91% 0.76% -
XYZ 23.12 12.19 3.23 -
YUV 73.55 109.64 214.63 -
System Red Green Blue C M Y K H S L
Decimal 195 18 41 0 0.91 0.79 0.24 352.2 0.83 0.42
Hex C3 12 29 0 5B 4F 18 160 53 2A
Octal 303 22 51 0 133 117 30 540 123 52
Binary 11000011 10010 101001 0 1011011 1001111 11000 101100000 1010011 101010

Color Harmonies of #C31229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31229

Black with #C31229

Text Example


Text Example

White with #C31229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31229; }

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

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

background-color css

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

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

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

border-color css

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

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

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