Html Css Color HEX #C62226 Fire Engine Red

📋 copy color: '#C62226'

red 198 ◦ green 34 ◦ blue 38

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

Shades of Fire Engine Red #C62226

Tints of Fire Engine Red #C62226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.59%

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

R = 73.33%
G = 12.59%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C62226 (or 0xC62226) is known color: Fire Engine Red. HEX triplet: C6, 22 and 26. RGB value is (198,34,38). Sum of RGB (Red+Green+Blue) = 198+34+38=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C62226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62226 is #39DDD9. Grayscale: #535353. Windows color (decimal): -3792346 or 2499270. OLE color: 2499270.

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

Color convert

RGB 198 34 38 -
CMYK 0 0.83 0.81 0.22
HSL 358.54º 0.71% 0.45% -
HSV(B) 358.54º 0.83% 0.78% -
XYZ 24.21 13.29 3.12 -
YUV 83.49 102.33 209.67 -
System Red Green Blue C M Y K H S L
Decimal 198 34 38 0 0.83 0.81 0.22 358.54 0.71 0.45
Hex C6 22 26 0 53 51 16 167 47 2D
Octal 306 42 46 0 123 121 26 547 107 55
Binary 11000110 100010 100110 0 1010011 1010001 10110 101100111 1000111 101101

Color Harmonies of #C62226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62226

Black with #C62226

Text Example


Text Example

White with #C62226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62226; }

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

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

background-color css

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

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

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

border-color css

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

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

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