Html Css Color HEX #C62022 Fire Engine Red

📋 copy color: '#C62022'

red 198 ◦ green 32 ◦ blue 34

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

Shades of Fire Engine Red #C62022

Tints of Fire Engine Red #C62022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.88%

R = 75%
G = 12.12%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C62022 (or 0xC62022) is known color: Fire Engine Red. HEX triplet: C6, 20 and 22. RGB value is (198,32,34). Sum of RGB (Red+Green+Blue) = 198+32+34=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C62022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62022 is #39DFDD. Grayscale: #525252. Windows color (decimal): -3792862 or 2236614. OLE color: 2236614.

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

Color convert

RGB 198 32 34 -
CMYK 0 0.84 0.83 0.22
HSL 359.28º 0.72% 0.45% -
HSV(B) 359.28º 0.84% 0.78% -
XYZ 24.09 13.15 2.78 -
YUV 81.86 101 210.84 -
System Red Green Blue C M Y K H S L
Decimal 198 32 34 0 0.84 0.83 0.22 359.28 0.72 0.45
Hex C6 20 22 0 54 53 16 167 48 2D
Octal 306 40 42 0 124 123 26 547 110 55
Binary 11000110 100000 100010 0 1010100 1010011 10110 101100111 1001000 101101

Color Harmonies of #C62022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62022

Black with #C62022

Text Example


Text Example

White with #C62022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62022; }

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

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

background-color css

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

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

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

border-color css

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

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

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