Html Css Color HEX #C31729 Fire Engine Red

📋 copy color: '#C31729'

red 195 ◦ green 23 ◦ blue 41

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

Shades of Fire Engine Red #C31729

Tints of Fire Engine Red #C31729

RGB

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

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

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

R = 75.29%
G = 8.88%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C31729 (or 0xC31729) is known color: Fire Engine Red. HEX triplet: C3, 17 and 29. RGB value is (195,23,41). Sum of RGB (Red+Green+Blue) = 195+23+41=259 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.29% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 195 - color contains mainly: red. Hex color #C31729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31729 is #3CE8D6. Grayscale: #4C4C4C. Windows color (decimal): -3991767 or 2693059. OLE color: 2693059.

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

Color convert

RGB 195 23 41 -
CMYK 0 0.88 0.79 0.24
HSL 353.72º 0.79% 0.43% -
HSV(B) 353.72º 0.88% 0.76% -
XYZ 23.21 12.37 3.26 -
YUV 76.48 107.98 212.54 -
System Red Green Blue C M Y K H S L
Decimal 195 23 41 0 0.88 0.79 0.24 353.72 0.79 0.43
Hex C3 17 29 0 58 4F 18 162 4F 2B
Octal 303 27 51 0 130 117 30 542 117 53
Binary 11000011 10111 101001 0 1011000 1001111 11000 101100010 1001111 101011

Color Harmonies of #C31729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31729

Black with #C31729

Text Example


Text Example

White with #C31729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31729; }

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

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

background-color css

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

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

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

border-color css

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

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

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