Html Css Color HEX #C6101D Fire Engine Red

📋 copy color: '#C6101D'

red 198 ◦ green 16 ◦ blue 29

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

Shades of Fire Engine Red #C6101D

Tints of Fire Engine Red #C6101D

RGB

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

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

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

R = 81.48%
G = 6.58%
B = 11.93%

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

#C6101D (or 0xC6101D) is known color: Fire Engine Red. HEX triplet: C6, 10 and 1D. RGB value is (198,16,29). Sum of RGB (Red+Green+Blue) = 198+16+29=243 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.48% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 198 - color contains mainly: red. Hex color #C6101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6101D is #39EFE2. Grayscale: #484848. Windows color (decimal): -3796963 or 1904838. OLE color: 1904838.

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

Color convert

RGB 198 16 29 -
CMYK 0 0.92 0.85 0.22
HSL 355.71º 0.85% 0.42% -
HSV(B) 355.71º 0.92% 0.78% -
XYZ 23.7 12.47 2.32 -
YUV 71.9 103.8 217.94 -
System Red Green Blue C M Y K H S L
Decimal 198 16 29 0 0.92 0.85 0.22 355.71 0.85 0.42
Hex C6 10 1D 0 5C 55 16 164 55 2A
Octal 306 20 35 0 134 125 26 544 125 52
Binary 11000110 10000 11101 0 1011100 1010101 10110 101100100 1010101 101010

Color Harmonies of #C6101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6101D

Black with #C6101D

Text Example


Text Example

White with #C6101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6101D; }

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

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

background-color css

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

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

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

border-color css

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

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

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