Html Css Color HEX #C62322 Fire Brick

📋 copy color: '#C62322'

red 198 ◦ green 35 ◦ blue 34

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

Shades of Fire Brick #C62322

Tints of Fire Brick #C62322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.11%

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

R = 74.16%
G = 13.11%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C62322 (or 0xC62322) is known color: Fire Brick. HEX triplet: C6, 23 and 22. RGB value is (198,35,34). Sum of RGB (Red+Green+Blue) = 198+35+34=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C62322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62322 is #39DCDD. Grayscale: #535353. Windows color (decimal): -3792094 or 2237382. OLE color: 2237382.

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

Color convert

RGB 198 35 34 -
CMYK 0 0.82 0.83 0.22
HSL 0.37º 0.71% 0.45% -
HSV(B) 0.37º 0.83% 0.78% -
XYZ 24.18 13.32 2.81 -
YUV 83.62 100 209.58 -
System Red Green Blue C M Y K H S L
Decimal 198 35 34 0 0.82 0.83 0.22 0.37 0.71 0.45
Hex C6 23 22 0 52 53 16 0 47 2D
Octal 306 43 42 0 122 123 26 0 107 55
Binary 11000110 100011 100010 0 1010010 1010011 10110 0 1000111 101101

Color Harmonies of #C62322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62322

Black with #C62322

Text Example


Text Example

White with #C62322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62322; }

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

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

background-color css

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

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

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

border-color css

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

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

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