Html Css Color HEX #C62622 Fire Brick

📋 copy color: '#C62622'

red 198 ◦ green 38 ◦ blue 34

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

Shades of Fire Brick #C62622

Tints of Fire Brick #C62622

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

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

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

Color convert

RGB 198 38 34 -
CMYK 0 0.81 0.83 0.22
HSL 1.46º 0.71% 0.45% -
HSV(B) 1.46º 0.83% 0.78% -
XYZ 24.27 13.51 2.84 -
YUV 85.38 99.01 208.33 -
System Red Green Blue C M Y K H S L
Decimal 198 38 34 0 0.81 0.83 0.22 1.46 0.71 0.45
Hex C6 26 22 0 51 53 16 1 47 2D
Octal 306 46 42 0 121 123 26 1 107 55
Binary 11000110 100110 100010 0 1010001 1010011 10110 1 1000111 101101

Color Harmonies of #C62622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62622

Black with #C62622

Text Example


Text Example

White with #C62622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62622; }

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

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

background-color css

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

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

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

border-color css

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

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

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