Html Css Color HEX #C21715 Fire Brick

📋 copy color: '#C21715'

red 194 ◦ green 23 ◦ blue 21

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

Shades of Fire Brick #C21715

Tints of Fire Brick #C21715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.66%

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

R = 81.51%
G = 9.66%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C21715 (or 0xC21715) is known color: Fire Brick. HEX triplet: C2, 17 and 15. RGB value is (194,23,21). Sum of RGB (Red+Green+Blue) = 194+23+21=238 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.51% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 194 - color contains mainly: red. Hex color #C21715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21715 is #3DE8EA. Grayscale: #4A4A4A. Windows color (decimal): -4057323 or 1382338. OLE color: 1382338.

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

Color convert

RGB 194 23 21 -
CMYK 0 0.88 0.89 0.24
HSL 0.69º 0.8% 0.42% -
HSV(B) 0.69º 0.89% 0.76% -
XYZ 22.69 12.14 1.86 -
YUV 73.9 98.15 213.66 -
System Red Green Blue C M Y K H S L
Decimal 194 23 21 0 0.88 0.89 0.24 0.69 0.8 0.42
Hex C2 17 15 0 58 59 18 1 50 2A
Octal 302 27 25 0 130 131 30 1 120 52
Binary 11000010 10111 10101 0 1011000 1011001 11000 1 1010000 101010

Color Harmonies of #C21715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21715

Black with #C21715

Text Example


Text Example

White with #C21715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21715; }

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

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

background-color css

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

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

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

border-color css

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

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

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