Html Css Color HEX #C21D10 Fire Brick

📋 copy color: '#C21D10'

red 194 ◦ green 29 ◦ blue 16

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

Shades of Fire Brick #C21D10

Tints of Fire Brick #C21D10

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.13%

 BLUE value IS 16 (6.64% from 255) = 6.69%

R = 81.17%
G = 12.13%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C21D10 (or 0xC21D10) is known color: Fire Brick. HEX triplet: C2, 1D and 10. RGB value is (194,29,16). Sum of RGB (Red+Green+Blue) = 194+29+16=239 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.17% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21D10 is #3DE2EF. Grayscale: #4D4D4D. Windows color (decimal): -4055792 or 1056194. OLE color: 1056194.

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

Color convert

RGB 194 29 16 -
CMYK 0 0.85 0.92 0.24
HSL 4.38º 0.85% 0.41% -
HSV(B) 4.38º 0.92% 0.76% -
XYZ 22.78 12.39 1.68 -
YUV 76.85 93.66 211.56 -
System Red Green Blue C M Y K H S L
Decimal 194 29 16 0 0.85 0.92 0.24 4.38 0.85 0.41
Hex C2 1D 10 0 55 5C 18 4 55 29
Octal 302 35 20 0 125 134 30 4 125 51
Binary 11000010 11101 10000 0 1010101 1011100 11000 100 1010101 101001

Color Harmonies of #C21D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D10

Black with #C21D10

Text Example


Text Example

White with #C21D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D10; }

 p { color: rgb(194,29,16); }

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

background-color css

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

 a { background-color: rgb(194,29,16); }

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

border-color css

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

 span { border-color: rgb(194,29,16); }

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