Html Css Color HEX #C21917 Fire Brick

📋 copy color: '#C21917'

red 194 ◦ green 25 ◦ blue 23

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

Shades of Fire Brick #C21917

Tints of Fire Brick #C21917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.5%

R = 80.17%
G = 10.33%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C21917 (or 0xC21917) is known color: Fire Brick. HEX triplet: C2, 19 and 17. RGB value is (194,25,23). Sum of RGB (Red+Green+Blue) = 194+25+23=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C21917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21917 is #3DE6E8. Grayscale: #4B4B4B. Windows color (decimal): -4056809 or 1513922. OLE color: 1513922.

HSL color Cylindrical-coordinate representation of color #C21917: hue angle of 0.7º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21917 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 25 23 -
CMYK 0 0.87 0.88 0.24
HSL 0.7º 0.79% 0.43% -
HSV(B) 0.7º 0.88% 0.76% -
XYZ 22.75 12.23 1.97 -
YUV 75.3 98.49 212.66 -
System Red Green Blue C M Y K H S L
Decimal 194 25 23 0 0.87 0.88 0.24 0.7 0.79 0.43
Hex C2 19 17 0 57 58 18 1 4F 2B
Octal 302 31 27 0 127 130 30 1 117 53
Binary 11000010 11001 10111 0 1010111 1011000 11000 1 1001111 101011

Color Harmonies of #C21917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21917

Black with #C21917

Text Example


Text Example

White with #C21917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21917; }

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

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

background-color css

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

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

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

border-color css

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

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

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