Html Css Color HEX #C62621 Fire Brick

📋 copy color: '#C62621'

red 198 ◦ green 38 ◦ blue 33

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

Shades of Fire Brick #C62621

Tints of Fire Brick #C62621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.27%

R = 73.61%
G = 14.13%
B = 12.27%

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

#C62621 (or 0xC62621) is known color: Fire Brick. HEX triplet: C6, 26 and 21. RGB value is (198,38,33). Sum of RGB (Red+Green+Blue) = 198+38+33=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C62621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62621 is #39D9DE. Grayscale: #555555. Windows color (decimal): -3791327 or 2172614. OLE color: 2172614.

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

Color convert

RGB 198 38 33 -
CMYK 0 0.81 0.83 0.22
HSL 1.82º 0.71% 0.45% -
HSV(B) 1.82º 0.83% 0.78% -
XYZ 24.26 13.5 2.77 -
YUV 85.27 98.51 208.41 -
System Red Green Blue C M Y K H S L
Decimal 198 38 33 0 0.81 0.83 0.22 1.82 0.71 0.45
Hex C6 26 21 0 51 53 16 2 47 2D
Octal 306 46 41 0 121 123 26 2 107 55
Binary 11000110 100110 100001 0 1010001 1010011 10110 10 1000111 101101

Color Harmonies of #C62621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62621

Black with #C62621

Text Example


Text Example

White with #C62621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62621; }

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

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

background-color css

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

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

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

border-color css

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

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

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