Html Css Color HEX #C12A21 Fire Brick

📋 copy color: '#C12A21'

red 193 ◦ green 42 ◦ blue 33

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

Shades of Fire Brick #C12A21

Tints of Fire Brick #C12A21

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.67%

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

R = 72.01%
G = 15.67%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C12A21 (or 0xC12A21) is known color: Fire Brick. HEX triplet: C1, 2A and 21. RGB value is (193,42,33). Sum of RGB (Red+Green+Blue) = 193+42+33=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12A21 is #3ED5DE. Grayscale: #565656. Windows color (decimal): -4117983 or 2173633. OLE color: 2173633.

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

Color convert

RGB 193 42 33 -
CMYK 0 0.78 0.83 0.24
HSL 3.38º 0.71% 0.44% -
HSV(B) 3.38º 0.83% 0.76% -
XYZ 23.09 13.1 2.75 -
YUV 86.12 98.03 204.23 -
System Red Green Blue C M Y K H S L
Decimal 193 42 33 0 0.78 0.83 0.24 3.38 0.71 0.44
Hex C1 2A 21 0 4E 53 18 3 47 2C
Octal 301 52 41 0 116 123 30 3 107 54
Binary 11000001 101010 100001 0 1001110 1010011 11000 11 1000111 101100

Color Harmonies of #C12A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12A21

Black with #C12A21

Text Example


Text Example

White with #C12A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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