Html Css Color HEX #C31429 Fire Engine Red

📋 copy color: '#C31429'

red 195 ◦ green 20 ◦ blue 41

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

Shades of Fire Engine Red #C31429

Tints of Fire Engine Red #C31429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.81%

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

R = 76.17%
G = 7.81%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C31429 (or 0xC31429) is known color: Fire Engine Red. HEX triplet: C3, 14 and 29. RGB value is (195,20,41). Sum of RGB (Red+Green+Blue) = 195+20+41=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C31429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31429 is #3CEBD6. Grayscale: #4A4A4A. Windows color (decimal): -3992535 or 2692291. OLE color: 2692291.

HSL color Cylindrical-coordinate representation of color #C31429: hue angle of 352.8º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31429 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 20 41 -
CMYK 0 0.90 0.79 0.24
HSL 352.8º 0.81% 0.42% -
HSV(B) 352.8º 0.9% 0.76% -
XYZ 23.16 12.26 3.24 -
YUV 74.72 108.98 213.79 -
System Red Green Blue C M Y K H S L
Decimal 195 20 41 0 0.90 0.79 0.24 352.8 0.81 0.42
Hex C3 14 29 0 5A 4F 18 161 51 2A
Octal 303 24 51 0 132 117 30 541 121 52
Binary 11000011 10100 101001 0 1011010 1001111 11000 101100001 1010001 101010

Color Harmonies of #C31429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31429

Black with #C31429

Text Example


Text Example

White with #C31429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31429; }

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

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

background-color css

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

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

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

border-color css

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

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

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