Html Css Color HEX #C6101E Fire Engine Red

📋 copy color: '#C6101E'

red 198 ◦ green 16 ◦ blue 30

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

Shades of Fire Engine Red #C6101E

Tints of Fire Engine Red #C6101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.56%

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

R = 81.15%
G = 6.56%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6101E (or 0xC6101E) is known color: Fire Engine Red. HEX triplet: C6, 10 and 1E. RGB value is (198,16,30). Sum of RGB (Red+Green+Blue) = 198+16+30=244 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.15% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 198 - color contains mainly: red. Hex color #C6101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6101E is #39EFE1. Grayscale: #484848. Windows color (decimal): -3796962 or 1970374. OLE color: 1970374.

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

Color convert

RGB 198 16 30 -
CMYK 0 0.92 0.85 0.22
HSL 355.38º 0.85% 0.42% -
HSV(B) 355.38º 0.92% 0.78% -
XYZ 23.71 12.47 2.39 -
YUV 72.01 104.3 217.86 -
System Red Green Blue C M Y K H S L
Decimal 198 16 30 0 0.92 0.85 0.22 355.38 0.85 0.42
Hex C6 10 1E 0 5C 55 16 163 55 2A
Octal 306 20 36 0 134 125 26 543 125 52
Binary 11000110 10000 11110 0 1011100 1010101 10110 101100011 1010101 101010

Color Harmonies of #C6101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6101E

Black with #C6101E

Text Example


Text Example

White with #C6101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6101E; }

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

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

background-color css

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

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

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

border-color css

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

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

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