Html Css Color HEX #C12321 Fire Brick

📋 copy color: '#C12321'

red 193 ◦ green 35 ◦ blue 33

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

Shades of Fire Brick #C12321

Tints of Fire Brick #C12321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 73.95%
G = 13.41%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C12321 (or 0xC12321) is known color: Fire Brick. HEX triplet: C1, 23 and 21. RGB value is (193,35,33). Sum of RGB (Red+Green+Blue) = 193+35+33=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C12321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12321 is #3EDCDE. Grayscale: #525252. Windows color (decimal): -4119775 or 2171841. OLE color: 2171841.

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

Color convert

RGB 193 35 33 -
CMYK 0 0.82 0.83 0.24
HSL 0.75º 0.71% 0.44% -
HSV(B) 0.75º 0.83% 0.76% -
XYZ 22.87 12.65 2.68 -
YUV 82.01 100.35 207.16 -
System Red Green Blue C M Y K H S L
Decimal 193 35 33 0 0.82 0.83 0.24 0.75 0.71 0.44
Hex C1 23 21 0 52 53 18 1 47 2C
Octal 301 43 41 0 122 123 30 1 107 54
Binary 11000001 100011 100001 0 1010010 1010011 11000 1 1000111 101100

Color Harmonies of #C12321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12321

Black with #C12321

Text Example


Text Example

White with #C12321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12321; }

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

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

background-color css

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

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

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

border-color css

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

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

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