Html Css Color HEX #C12921 Fire Brick

📋 copy color: '#C12921'

red 193 ◦ green 41 ◦ blue 33

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

Shades of Fire Brick #C12921

Tints of Fire Brick #C12921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.36%

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

R = 72.28%
G = 15.36%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C12921 (or 0xC12921) is known color: Fire Brick. HEX triplet: C1, 29 and 21. RGB value is (193,41,33). Sum of RGB (Red+Green+Blue) = 193+41+33=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C12921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12921 is #3ED6DE. Grayscale: #555555. Windows color (decimal): -4118239 or 2173377. OLE color: 2173377.

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

Color convert

RGB 193 41 33 -
CMYK 0 0.79 0.83 0.24
HSL 0.71% 0.44% -
HSV(B) 0.83% 0.76% -
XYZ 23.06 13.03 2.74 -
YUV 85.54 98.36 204.65 -
System Red Green Blue C M Y K H S L
Decimal 193 41 33 0 0.79 0.83 0.24 3 0.71 0.44
Hex C1 29 21 0 4F 53 18 3 47 2C
Octal 301 51 41 0 117 123 30 3 107 54
Binary 11000001 101001 100001 0 1001111 1010011 11000 11 1000111 101100

Color Harmonies of #C12921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12921

Black with #C12921

Text Example


Text Example

White with #C12921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12921; }

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

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

background-color css

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

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

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

border-color css

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

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

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