Html Css Color HEX #C21915 Fire Brick

📋 copy color: '#C21915'

red 194 ◦ green 25 ◦ blue 21

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

Shades of Fire Brick #C21915

Tints of Fire Brick #C21915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.42%

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

R = 80.83%
G = 10.42%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C21915 (or 0xC21915) is known color: Fire Brick. HEX triplet: C2, 19 and 15. RGB value is (194,25,21). Sum of RGB (Red+Green+Blue) = 194+25+21=240 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.83% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 194 - color contains mainly: red. Hex color #C21915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21915 is #3DE6EA. Grayscale: #4B4B4B. Windows color (decimal): -4056811 or 1382850. OLE color: 1382850.

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

Color convert

RGB 194 25 21 -
CMYK 0 0.87 0.89 0.24
HSL 1.39º 0.8% 0.42% -
HSV(B) 1.39º 0.89% 0.76% -
XYZ 22.73 12.22 1.87 -
YUV 75.08 97.49 212.83 -
System Red Green Blue C M Y K H S L
Decimal 194 25 21 0 0.87 0.89 0.24 1.39 0.8 0.42
Hex C2 19 15 0 57 59 18 1 50 2A
Octal 302 31 25 0 127 131 30 1 120 52
Binary 11000010 11001 10101 0 1010111 1011001 11000 1 1010000 101010

Color Harmonies of #C21915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21915

Black with #C21915

Text Example


Text Example

White with #C21915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21915; }

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

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

background-color css

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

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

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

border-color css

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

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

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