Html Css Color HEX #C6151E Fire Engine Red

📋 copy color: '#C6151E'

red 198 ◦ green 21 ◦ blue 30

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

Shades of Fire Engine Red #C6151E

Tints of Fire Engine Red #C6151E

RGB

 RED value IS 198 (77.73% from 255) = 79.52%

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

 BLUE value IS 30 (12.11% from 255) = 12.05%

R = 79.52%
G = 8.43%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6151E (or 0xC6151E) is known color: Fire Engine Red. HEX triplet: C6, 15 and 1E. RGB value is (198,21,30). Sum of RGB (Red+Green+Blue) = 198+21+30=249 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.52% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 198 - color contains mainly: red. Hex color #C6151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6151E is #39EAE1. Grayscale: #4B4B4B. Windows color (decimal): -3795682 or 1971654. OLE color: 1971654.

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

Color convert

RGB 198 21 30 -
CMYK 0 0.89 0.85 0.22
HSL 356.95º 0.81% 0.43% -
HSV(B) 356.95º 0.89% 0.78% -
XYZ 23.79 12.64 2.41 -
YUV 74.95 102.64 215.77 -
System Red Green Blue C M Y K H S L
Decimal 198 21 30 0 0.89 0.85 0.22 356.95 0.81 0.43
Hex C6 15 1E 0 59 55 16 165 51 2B
Octal 306 25 36 0 131 125 26 545 121 53
Binary 11000110 10101 11110 0 1011001 1010101 10110 101100101 1010001 101011

Color Harmonies of #C6151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6151E

Black with #C6151E

Text Example


Text Example

White with #C6151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6151E; }

 p { color: rgb(198,21,30); }

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

background-color css

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

 a { background-color: rgb(198,21,30); }

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

border-color css

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

 span { border-color: rgb(198,21,30); }

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