Html Css Color HEX #C6102B Fire Engine Red

📋 copy color: '#C6102B'

red 198 ◦ green 16 ◦ blue 43

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

Shades of Fire Engine Red #C6102B

Tints of Fire Engine Red #C6102B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.73%

R = 77.04%
G = 6.23%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6102B (or 0xC6102B) is known color: Fire Engine Red. HEX triplet: C6, 10 and 2B. RGB value is (198,16,43). Sum of RGB (Red+Green+Blue) = 198+16+43=257 (34% of max value = 765). Red value is 198 (77.73% from 255 or 77.04% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 198 - color contains mainly: red. Hex color #C6102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6102B is #39EFD4. Grayscale: #494949. Windows color (decimal): -3796949 or 2822342. OLE color: 2822342.

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

Color convert

RGB 198 16 43 -
CMYK 0 0.92 0.78 0.22
HSL 351.1º 0.85% 0.42% -
HSV(B) 351.1º 0.92% 0.78% -
XYZ 23.91 12.55 3.45 -
YUV 73.5 110.8 216.8 -
System Red Green Blue C M Y K H S L
Decimal 198 16 43 0 0.92 0.78 0.22 351.1 0.85 0.42
Hex C6 10 2B 0 5C 4E 16 15F 55 2A
Octal 306 20 53 0 134 116 26 537 125 52
Binary 11000110 10000 101011 0 1011100 1001110 10110 101011111 1010101 101010

Color Harmonies of #C6102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6102B

Black with #C6102B

Text Example


Text Example

White with #C6102B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6102B; }

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

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

background-color css

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

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

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

border-color css

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

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

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