Html Css Color HEX #C62523 Fire Brick

📋 copy color: '#C62523'

red 198 ◦ green 37 ◦ blue 35

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

Shades of Fire Brick #C62523

Tints of Fire Brick #C62523

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.7%

 BLUE value IS 35 (14.06% from 255) = 12.96%

R = 73.33%
G = 13.7%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C62523 (or 0xC62523) is known color: Fire Brick. HEX triplet: C6, 25 and 23. RGB value is (198,37,35). Sum of RGB (Red+Green+Blue) = 198+37+35=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C62523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62523 is #39DADC. Grayscale: #555555. Windows color (decimal): -3791581 or 2303430. OLE color: 2303430.

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

Color convert

RGB 198 37 35 -
CMYK 0 0.81 0.82 0.22
HSL 0.74º 0.7% 0.46% -
HSV(B) 0.74º 0.82% 0.78% -
XYZ 24.25 13.45 2.91 -
YUV 84.91 99.84 208.66 -
System Red Green Blue C M Y K H S L
Decimal 198 37 35 0 0.81 0.82 0.22 0.74 0.7 0.46
Hex C6 25 23 0 51 52 16 1 46 2E
Octal 306 45 43 0 121 122 26 1 106 56
Binary 11000110 100101 100011 0 1010001 1010010 10110 1 1000110 101110

Color Harmonies of #C62523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62523

Black with #C62523

Text Example


Text Example

White with #C62523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62523; }

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

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

background-color css

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

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

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

border-color css

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

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

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