Html Css Color HEX #C02218 Fire Brick

📋 copy color: '#C02218'

red 192 ◦ green 34 ◦ blue 24

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

Shades of Fire Brick #C02218

Tints of Fire Brick #C02218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.6%

 BLUE value IS 24 (9.77% from 255) = 9.6%

R = 76.8%
G = 13.6%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C02218 (or 0xC02218) is known color: Fire Brick. HEX triplet: C0, 22 and 18. RGB value is (192,34,24). Sum of RGB (Red+Green+Blue) = 192+34+24=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C02218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02218 is #3FDDE7. Grayscale: #505050. Windows color (decimal): -4185576 or 1581760. OLE color: 1581760.

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

Color convert

RGB 192 34 24 -
CMYK 0 0.82 0.88 0.25
HSL 3.57º 0.78% 0.42% -
HSV(B) 3.57º 0.88% 0.75% -
XYZ 22.48 12.42 2.08 -
YUV 80.1 96.35 207.81 -
System Red Green Blue C M Y K H S L
Decimal 192 34 24 0 0.82 0.88 0.25 3.57 0.78 0.42
Hex C0 22 18 0 52 58 19 4 4E 2A
Octal 300 42 30 0 122 130 31 4 116 52
Binary 11000000 100010 11000 0 1010010 1011000 11001 100 1001110 101010

Color Harmonies of #C02218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02218

Black with #C02218

Text Example


Text Example

White with #C02218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02218; }

 p { color: rgb(192,34,24); }

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

background-color css

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

 a { background-color: rgb(192,34,24); }

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

border-color css

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

 span { border-color: rgb(192,34,24); }

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