Html Css Color HEX #C62026 Fire Engine Red

📋 copy color: '#C62026'

red 198 ◦ green 32 ◦ blue 38

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

Shades of Fire Engine Red #C62026

Tints of Fire Engine Red #C62026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.18%

R = 73.88%
G = 11.94%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C62026 (or 0xC62026) is known color: Fire Engine Red. HEX triplet: C6, 20 and 26. RGB value is (198,32,38). Sum of RGB (Red+Green+Blue) = 198+32+38=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C62026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62026 is #39DFD9. Grayscale: #525252. Windows color (decimal): -3792858 or 2498758. OLE color: 2498758.

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

Color convert

RGB 198 32 38 -
CMYK 0 0.84 0.81 0.22
HSL 357.83º 0.72% 0.45% -
HSV(B) 357.83º 0.84% 0.78% -
XYZ 24.16 13.18 3.1 -
YUV 82.32 103 210.51 -
System Red Green Blue C M Y K H S L
Decimal 198 32 38 0 0.84 0.81 0.22 357.83 0.72 0.45
Hex C6 20 26 0 54 51 16 166 48 2D
Octal 306 40 46 0 124 121 26 546 110 55
Binary 11000110 100000 100110 0 1010100 1010001 10110 101100110 1001000 101101

Color Harmonies of #C62026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62026

Black with #C62026

Text Example


Text Example

White with #C62026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62026; }

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

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

background-color css

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

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

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

border-color css

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

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

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