Html Css Color HEX #C02523 Fire Brick

📋 copy color: '#C02523'

red 192 ◦ green 37 ◦ blue 35

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

Shades of Fire Brick #C02523

Tints of Fire Brick #C02523

RGB

 RED value IS 192 (75.39% from 255) = 72.73%

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

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

R = 72.73%
G = 14.02%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C02523 (or 0xC02523) is known color: Fire Brick. HEX triplet: C0, 25 and 23. RGB value is (192,37,35). Sum of RGB (Red+Green+Blue) = 192+37+35=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C02523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02523 is #3FDADC. Grayscale: #535353. Windows color (decimal): -4184797 or 2303424. OLE color: 2303424.

HSL color Cylindrical-coordinate representation of color #C02523: hue angle of 0.76º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02523 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 37 35 -
CMYK 0 0.81 0.82 0.25
HSL 0.76º 0.69% 0.45% -
HSV(B) 0.76º 0.82% 0.75% -
XYZ 22.7 12.65 2.84 -
YUV 83.12 100.85 205.66 -
System Red Green Blue C M Y K H S L
Decimal 192 37 35 0 0.81 0.82 0.25 0.76 0.69 0.45
Hex C0 25 23 0 51 52 19 1 45 2D
Octal 300 45 43 0 121 122 31 1 105 55
Binary 11000000 100101 100011 0 1010001 1010010 11001 1 1000101 101101

Color Harmonies of #C02523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02523

Black with #C02523

Text Example


Text Example

White with #C02523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02523; }

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

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

background-color css

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

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

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

border-color css

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

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

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