Html Css Color HEX #C0221F Fire Brick

📋 copy color: '#C0221F'

red 192 ◦ green 34 ◦ blue 31

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

Shades of Fire Brick #C0221F

Tints of Fire Brick #C0221F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 74.71%
G = 13.23%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0221F (or 0xC0221F) is known color: Fire Brick. HEX triplet: C0, 22 and 1F. RGB value is (192,34,31). Sum of RGB (Red+Green+Blue) = 192+34+31=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C0221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0221F is #3FDDE0. Grayscale: #515151. Windows color (decimal): -4185569 or 2040512. OLE color: 2040512.

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

Color convert

RGB 192 34 31 -
CMYK 0 0.82 0.84 0.25
HSL 1.12º 0.72% 0.44% -
HSV(B) 1.12º 0.84% 0.75% -
XYZ 22.56 12.45 2.51 -
YUV 80.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 192 34 31 0 0.82 0.84 0.25 1.12 0.72 0.44
Hex C0 22 1F 0 52 54 19 1 48 2C
Octal 300 42 37 0 122 124 31 1 110 54
Binary 11000000 100010 11111 0 1010010 1010100 11001 1 1001000 101100

Color Harmonies of #C0221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0221F

Black with #C0221F

Text Example


Text Example

White with #C0221F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0221F; }

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

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

background-color css

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

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

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

border-color css

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

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

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