Html Css Color HEX #C21511 Fire Brick

📋 copy color: '#C21511'

red 194 ◦ green 21 ◦ blue 17

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

Shades of Fire Brick #C21511

Tints of Fire Brick #C21511

RGB

 RED value IS 194 (76.17% from 255) = 83.62%

 GREEN value IS 21 (8.59% from 255) = 9.05%

 BLUE value IS 17 (7.03% from 255) = 7.33%

R = 83.62%
G = 9.05%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C21511 (or 0xC21511) is known color: Fire Brick. HEX triplet: C2, 15 and 11. RGB value is (194,21,17). Sum of RGB (Red+Green+Blue) = 194+21+17=232 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.62% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 194 - color contains mainly: red. Hex color #C21511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21511 is #3DEAEE. Grayscale: #484848. Windows color (decimal): -4057839 or 1119682. OLE color: 1119682.

HSL color Cylindrical-coordinate representation of color #C21511: hue angle of 1.36º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21511 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 17 -
CMYK 0 0.89 0.91 0.24
HSL 1.36º 0.84% 0.41% -
HSV(B) 1.36º 0.91% 0.76% -
XYZ 22.62 12.05 1.66 -
YUV 72.27 96.81 214.83 -
System Red Green Blue C M Y K H S L
Decimal 194 21 17 0 0.89 0.91 0.24 1.36 0.84 0.41
Hex C2 15 11 0 59 5B 18 1 54 29
Octal 302 25 21 0 131 133 30 1 124 51
Binary 11000010 10101 10001 0 1011001 1011011 11000 1 1010100 101001

Color Harmonies of #C21511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21511

Black with #C21511

Text Example


Text Example

White with #C21511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21511; }

 p { color: rgb(194,21,17); }

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

background-color css

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

 a { background-color: rgb(194,21,17); }

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

border-color css

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

 span { border-color: rgb(194,21,17); }

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