Html Css Color HEX #C12421 Fire Brick

📋 copy color: '#C12421'

red 193 ◦ green 36 ◦ blue 33

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

Shades of Fire Brick #C12421

Tints of Fire Brick #C12421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.74%

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

R = 73.66%
G = 13.74%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C12421 (or 0xC12421) is known color: Fire Brick. HEX triplet: C1, 24 and 21. RGB value is (193,36,33). Sum of RGB (Red+Green+Blue) = 193+36+33=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C12421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12421 is #3EDBDE. Grayscale: #525252. Windows color (decimal): -4119519 or 2172097. OLE color: 2172097.

HSL color Cylindrical-coordinate representation of color #C12421: hue angle of 1.12º 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 #C12421 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 36 33 -
CMYK 0 0.81 0.83 0.24
HSL 1.13º 0.71% 0.44% -
HSV(B) 1.13º 0.83% 0.76% -
XYZ 22.9 12.71 2.69 -
YUV 82.6 100.01 206.74 -
System Red Green Blue C M Y K H S L
Decimal 193 36 33 0 0.81 0.83 0.24 1.13 0.71 0.44
Hex C1 24 21 0 51 53 18 1 47 2C
Octal 301 44 41 0 121 123 30 1 107 54
Binary 11000001 100100 100001 0 1010001 1010011 11000 1 1000111 101100

Color Harmonies of #C12421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12421

Black with #C12421

Text Example


Text Example

White with #C12421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12421; }

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

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

background-color css

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

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

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

border-color css

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

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

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