Html Css Color HEX #C21913 Fire Brick

📋 copy color: '#C21913'

red 194 ◦ green 25 ◦ blue 19

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

Shades of Fire Brick #C21913

Tints of Fire Brick #C21913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.98%

R = 81.51%
G = 10.5%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C21913 (or 0xC21913) is known color: Fire Brick. HEX triplet: C2, 19 and 13. RGB value is (194,25,19). Sum of RGB (Red+Green+Blue) = 194+25+19=238 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.51% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 194 - color contains mainly: red. Hex color #C21913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21913 is #3DE6EC. Grayscale: #4B4B4B. Windows color (decimal): -4056813 or 1251778. OLE color: 1251778.

HSL color Cylindrical-coordinate representation of color #C21913: hue angle of 2.06º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21913 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 25 19 -
CMYK 0 0.87 0.90 0.24
HSL 2.06º 0.82% 0.42% -
HSV(B) 2.06º 0.9% 0.76% -
XYZ 22.71 12.21 1.78 -
YUV 74.85 96.49 212.99 -
System Red Green Blue C M Y K H S L
Decimal 194 25 19 0 0.87 0.90 0.24 2.06 0.82 0.42
Hex C2 19 13 0 57 5A 18 2 52 2A
Octal 302 31 23 0 127 132 30 2 122 52
Binary 11000010 11001 10011 0 1010111 1011010 11000 10 1010010 101010

Color Harmonies of #C21913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21913

Black with #C21913

Text Example


Text Example

White with #C21913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21913; }

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

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

background-color css

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

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

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

border-color css

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

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

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