Html Css Color HEX #C02322 Fire Brick

📋 copy color: '#C02322'

red 192 ◦ green 35 ◦ blue 34

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

Shades of Fire Brick #C02322

Tints of Fire Brick #C02322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.41%

 BLUE value IS 34 (13.67% from 255) = 13.03%

R = 73.56%
G = 13.41%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C02322 (or 0xC02322) is known color: Fire Brick. HEX triplet: C0, 23 and 22. RGB value is (192,35,34). Sum of RGB (Red+Green+Blue) = 192+35+34=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C02322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02322 is #3FDCDD. Grayscale: #515151. Windows color (decimal): -4185310 or 2237376. OLE color: 2237376.

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

Color convert

RGB 192 35 34 -
CMYK 0 0.82 0.82 0.25
HSL 0.38º 0.7% 0.44% -
HSV(B) 0.38º 0.82% 0.75% -
XYZ 22.63 12.52 2.74 -
YUV 81.83 101.01 206.58 -
System Red Green Blue C M Y K H S L
Decimal 192 35 34 0 0.82 0.82 0.25 0.38 0.7 0.44
Hex C0 23 22 0 52 52 19 0 46 2C
Octal 300 43 42 0 122 122 31 0 106 54
Binary 11000000 100011 100010 0 1010010 1010010 11001 0 1000110 101100

Color Harmonies of #C02322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02322

Black with #C02322

Text Example


Text Example

White with #C02322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02322; }

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

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

background-color css

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

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

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

border-color css

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

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

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