Html Css Color HEX #C21D15 Fire Brick

📋 copy color: '#C21D15'

red 194 ◦ green 29 ◦ blue 21

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

Shades of Fire Brick #C21D15

Tints of Fire Brick #C21D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.61%

R = 79.51%
G = 11.89%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C21D15 (or 0xC21D15) is known color: Fire Brick. HEX triplet: C2, 1D and 15. RGB value is (194,29,21). Sum of RGB (Red+Green+Blue) = 194+29+21=244 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.51% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21D15 is #3DE2EA. Grayscale: #4D4D4D. Windows color (decimal): -4055787 or 1383874. OLE color: 1383874.

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

Color convert

RGB 194 29 21 -
CMYK 0 0.85 0.89 0.24
HSL 2.77º 0.8% 0.42% -
HSV(B) 2.77º 0.89% 0.76% -
XYZ 22.82 12.4 1.9 -
YUV 77.42 96.16 211.15 -
System Red Green Blue C M Y K H S L
Decimal 194 29 21 0 0.85 0.89 0.24 2.77 0.8 0.42
Hex C2 1D 15 0 55 59 18 3 50 2A
Octal 302 35 25 0 125 131 30 3 120 52
Binary 11000010 11101 10101 0 1010101 1011001 11000 11 1010000 101010

Color Harmonies of #C21D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D15

Black with #C21D15

Text Example


Text Example

White with #C21D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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