Html Css Color HEX #C02621 Fire Brick

📋 copy color: '#C02621'

red 192 ◦ green 38 ◦ blue 33

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

Shades of Fire Brick #C02621

Tints of Fire Brick #C02621

RGB

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

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

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

R = 73%
G = 14.45%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C02621 (or 0xC02621) is known color: Fire Brick. HEX triplet: C0, 26 and 21. RGB value is (192,38,33). Sum of RGB (Red+Green+Blue) = 192+38+33=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C02621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02621 is #3FD9DE. Grayscale: #535353. Windows color (decimal): -4184543 or 2172608. OLE color: 2172608.

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

Color convert

RGB 192 38 33 -
CMYK 0 0.80 0.83 0.25
HSL 1.89º 0.71% 0.44% -
HSV(B) 1.89º 0.83% 0.75% -
XYZ 22.71 12.7 2.69 -
YUV 83.48 99.52 205.41 -
System Red Green Blue C M Y K H S L
Decimal 192 38 33 0 0.80 0.83 0.25 1.89 0.71 0.44
Hex C0 26 21 0 50 53 19 2 47 2C
Octal 300 46 41 0 120 123 31 2 107 54
Binary 11000000 100110 100001 0 1010000 1010011 11001 10 1000111 101100

Color Harmonies of #C02621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02621

Black with #C02621

Text Example


Text Example

White with #C02621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02621; }

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

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

background-color css

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

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

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

border-color css

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

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

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