Html Css Color HEX #C02821 Fire Brick

📋 copy color: '#C02821'

red 192 ◦ green 40 ◦ blue 33

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

Shades of Fire Brick #C02821

Tints of Fire Brick #C02821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.09%

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

R = 72.45%
G = 15.09%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C02821 (or 0xC02821) is known color: Fire Brick. HEX triplet: C0, 28 and 21. RGB value is (192,40,33). Sum of RGB (Red+Green+Blue) = 192+40+33=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C02821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02821 is #3FD7DE. Grayscale: #545454. Windows color (decimal): -4184031 or 2173120. OLE color: 2173120.

HSL color Cylindrical-coordinate representation of color #C02821: hue angle of 2.64º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02821 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 40 33 -
CMYK 0 0.79 0.83 0.25
HSL 2.64º 0.71% 0.44% -
HSV(B) 2.64º 0.83% 0.75% -
XYZ 22.77 12.83 2.72 -
YUV 84.65 98.86 204.57 -
System Red Green Blue C M Y K H S L
Decimal 192 40 33 0 0.79 0.83 0.25 2.64 0.71 0.44
Hex C0 28 21 0 4F 53 19 3 47 2C
Octal 300 50 41 0 117 123 31 3 107 54
Binary 11000000 101000 100001 0 1001111 1010011 11001 11 1000111 101100

Color Harmonies of #C02821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02821

Black with #C02821

Text Example


Text Example

White with #C02821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02821; }

 p { color: rgb(192,40,33); }

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

background-color css

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

 a { background-color: rgb(192,40,33); }

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

border-color css

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

 span { border-color: rgb(192,40,33); }

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