Html Css Color HEX #C12322 Fire Brick

📋 copy color: '#C12322'

red 193 ◦ green 35 ◦ blue 34

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

Shades of Fire Brick #C12322

Tints of Fire Brick #C12322

RGB

 RED value IS 193 (75.78% from 255) = 73.66%

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

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

R = 73.66%
G = 13.36%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C12322 (or 0xC12322) is known color: Fire Brick. HEX triplet: C1, 23 and 22. RGB value is (193,35,34). Sum of RGB (Red+Green+Blue) = 193+35+34=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C12322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12322 is #3EDCDD. Grayscale: #525252. Windows color (decimal): -4119774 or 2237377. OLE color: 2237377.

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

Color convert

RGB 193 35 34 -
CMYK 0 0.82 0.82 0.24
HSL 0.38º 0.7% 0.45% -
HSV(B) 0.38º 0.82% 0.76% -
XYZ 22.88 12.66 2.75 -
YUV 82.13 100.85 207.08 -
System Red Green Blue C M Y K H S L
Decimal 193 35 34 0 0.82 0.82 0.24 0.38 0.7 0.45
Hex C1 23 22 0 52 52 18 0 46 2D
Octal 301 43 42 0 122 122 30 0 106 55
Binary 11000001 100011 100010 0 1010010 1010010 11000 0 1000110 101101

Color Harmonies of #C12322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12322

Black with #C12322

Text Example


Text Example

White with #C12322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12322; }

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

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

background-color css

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

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

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

border-color css

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

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

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