Html Css Color HEX #C6202B Fire Engine Red

📋 copy color: '#C6202B'

red 198 ◦ green 32 ◦ blue 43

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

Shades of Fire Engine Red #C6202B

Tints of Fire Engine Red #C6202B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.72%

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

R = 72.53%
G = 11.72%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6202B (or 0xC6202B) is known color: Fire Engine Red. HEX triplet: C6, 20 and 2B. RGB value is (198,32,43). Sum of RGB (Red+Green+Blue) = 198+32+43=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C6202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6202B is #39DFD4. Grayscale: #535353. Windows color (decimal): -3792853 or 2826438. OLE color: 2826438.

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

Color convert

RGB 198 32 43 -
CMYK 0 0.84 0.78 0.22
HSL 356.02º 0.72% 0.45% -
HSV(B) 356.02º 0.84% 0.78% -
XYZ 24.24 13.21 3.56 -
YUV 82.89 105.5 210.11 -
System Red Green Blue C M Y K H S L
Decimal 198 32 43 0 0.84 0.78 0.22 356.02 0.72 0.45
Hex C6 20 2B 0 54 4E 16 164 48 2D
Octal 306 40 53 0 124 116 26 544 110 55
Binary 11000110 100000 101011 0 1010100 1001110 10110 101100100 1001000 101101

Color Harmonies of #C6202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6202B

Black with #C6202B

Text Example


Text Example

White with #C6202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6202B; }

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

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

background-color css

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

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

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

border-color css

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

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

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