Html Css Color HEX #C02720 Fire Brick

📋 copy color: '#C02720'

red 192 ◦ green 39 ◦ blue 32

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

Shades of Fire Brick #C02720

Tints of Fire Brick #C02720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.83%

 BLUE value IS 32 (12.89% from 255) = 12.17%

R = 73%
G = 14.83%
B = 12.17%

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

#C02720 (or 0xC02720) is known color: Fire Brick. HEX triplet: C0, 27 and 20. RGB value is (192,39,32). Sum of RGB (Red+Green+Blue) = 192+39+32=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C02720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02720 is #3FD8DF. Grayscale: #545454. Windows color (decimal): -4184288 or 2107328. OLE color: 2107328.

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

Color convert

RGB 192 39 32 -
CMYK 0 0.80 0.83 0.25
HSL 2.63º 0.71% 0.44% -
HSV(B) 2.63º 0.83% 0.75% -
XYZ 22.72 12.76 2.63 -
YUV 83.95 98.69 205.07 -
System Red Green Blue C M Y K H S L
Decimal 192 39 32 0 0.80 0.83 0.25 2.63 0.71 0.44
Hex C0 27 20 0 50 53 19 3 47 2C
Octal 300 47 40 0 120 123 31 3 107 54
Binary 11000000 100111 100000 0 1010000 1010011 11001 11 1000111 101100

Color Harmonies of #C02720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02720

Black with #C02720

Text Example


Text Example

White with #C02720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02720; }

 p { color: rgb(192,39,32); }

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

background-color css

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

 a { background-color: rgb(192,39,32); }

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

border-color css

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

 span { border-color: rgb(192,39,32); }

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