Html Css Color HEX #C3191D Fire Engine Red

📋 copy color: '#C3191D'

red 195 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #C3191D

Tints of Fire Engine Red #C3191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.04%

 BLUE value IS 29 (11.72% from 255) = 11.65%

R = 78.31%
G = 10.04%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3191D (or 0xC3191D) is known color: Fire Engine Red. HEX triplet: C3, 19 and 1D. RGB value is (195,25,29). Sum of RGB (Red+Green+Blue) = 195+25+29=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C3191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3191D is #3CE6E2. Grayscale: #4C4C4C. Windows color (decimal): -3991267 or 1907139. OLE color: 1907139.

HSL color Cylindrical-coordinate representation of color #C3191D: hue angle of 358.59º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3191D is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 25 29 -
CMYK 0 0.87 0.85 0.24
HSL 358.59º 0.77% 0.43% -
HSV(B) 358.59º 0.87% 0.76% -
XYZ 23.08 12.39 2.34 -
YUV 76.29 101.32 212.67 -
System Red Green Blue C M Y K H S L
Decimal 195 25 29 0 0.87 0.85 0.24 358.59 0.77 0.43
Hex C3 19 1D 0 57 55 18 167 4D 2B
Octal 303 31 35 0 127 125 30 547 115 53
Binary 11000011 11001 11101 0 1010111 1010101 11000 101100111 1001101 101011

Color Harmonies of #C3191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3191D

Black with #C3191D

Text Example


Text Example

White with #C3191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3191D; }

 p { color: rgb(195,25,29); }

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

background-color css

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

 a { background-color: rgb(195,25,29); }

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

border-color css

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

 span { border-color: rgb(195,25,29); }

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