Html Css Color HEX #C6122B Fire Engine Red

📋 copy color: '#C6122B'

red 198 ◦ green 18 ◦ blue 43

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

Shades of Fire Engine Red #C6122B

Tints of Fire Engine Red #C6122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.95%

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

R = 76.45%
G = 6.95%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6122B (or 0xC6122B) is known color: Fire Engine Red. HEX triplet: C6, 12 and 2B. RGB value is (198,18,43). Sum of RGB (Red+Green+Blue) = 198+18+43=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C6122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6122B is #39EDD4. Grayscale: #4A4A4A. Windows color (decimal): -3796437 or 2822854. OLE color: 2822854.

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

Color convert

RGB 198 18 43 -
CMYK 0 0.91 0.78 0.22
HSL 351.67º 0.83% 0.42% -
HSV(B) 351.67º 0.91% 0.78% -
XYZ 23.94 12.61 3.46 -
YUV 74.67 110.13 215.97 -
System Red Green Blue C M Y K H S L
Decimal 198 18 43 0 0.91 0.78 0.22 351.67 0.83 0.42
Hex C6 12 2B 0 5B 4E 16 160 53 2A
Octal 306 22 53 0 133 116 26 540 123 52
Binary 11000110 10010 101011 0 1011011 1001110 10110 101100000 1010011 101010

Color Harmonies of #C6122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6122B

Black with #C6122B

Text Example


Text Example

White with #C6122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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