Html Css Color HEX #C6152C Fire Engine Red

📋 copy color: '#C6152C'

red 198 ◦ green 21 ◦ blue 44

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

Shades of Fire Engine Red #C6152C

Tints of Fire Engine Red #C6152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.73%

R = 75.29%
G = 7.98%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6152C (or 0xC6152C) is known color: Fire Engine Red. HEX triplet: C6, 15 and 2C. RGB value is (198,21,44). Sum of RGB (Red+Green+Blue) = 198+21+44=263 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.29% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 198 - color contains mainly: red. Hex color #C6152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6152C is #39EAD3. Grayscale: #4C4C4C. Windows color (decimal): -3795668 or 2889158. OLE color: 2889158.

HSL color Cylindrical-coordinate representation of color #C6152C: hue angle of 352.2º 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 #C6152C is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 21 44 -
CMYK 0 0.89 0.78 0.22
HSL 352.2º 0.81% 0.43% -
HSV(B) 352.2º 0.89% 0.78% -
XYZ 24.01 12.72 3.57 -
YUV 76.55 109.64 214.63 -
System Red Green Blue C M Y K H S L
Decimal 198 21 44 0 0.89 0.78 0.22 352.2 0.81 0.43
Hex C6 15 2C 0 59 4E 16 160 51 2B
Octal 306 25 54 0 131 116 26 540 121 53
Binary 11000110 10101 101100 0 1011001 1001110 10110 101100000 1010001 101011

Color Harmonies of #C6152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6152C

Black with #C6152C

Text Example


Text Example

White with #C6152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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