Html Css Color HEX #C3151D Fire Engine Red

📋 copy color: '#C3151D'

red 195 ◦ green 21 ◦ blue 29

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

Shades of Fire Engine Red #C3151D

Tints of Fire Engine Red #C3151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.57%

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

R = 79.59%
G = 8.57%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3151D (or 0xC3151D) is known color: Fire Engine Red. HEX triplet: C3, 15 and 1D. RGB value is (195,21,29). Sum of RGB (Red+Green+Blue) = 195+21+29=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C3151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3151D is #3CEAE2. Grayscale: #4A4A4A. Windows color (decimal): -3992291 or 1906115. OLE color: 1906115.

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

Color convert

RGB 195 21 29 -
CMYK 0 0.89 0.85 0.24
HSL 357.24º 0.81% 0.42% -
HSV(B) 357.24º 0.89% 0.76% -
XYZ 23 12.23 2.31 -
YUV 73.94 102.65 214.35 -
System Red Green Blue C M Y K H S L
Decimal 195 21 29 0 0.89 0.85 0.24 357.24 0.81 0.42
Hex C3 15 1D 0 59 55 18 165 51 2A
Octal 303 25 35 0 131 125 30 545 121 52
Binary 11000011 10101 11101 0 1011001 1010101 11000 101100101 1010001 101010

Color Harmonies of #C3151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3151D

Black with #C3151D

Text Example


Text Example

White with #C3151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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