Html Css Color HEX #C21813 Fire Brick

📋 copy color: '#C21813'

red 194 ◦ green 24 ◦ blue 19

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

Shades of Fire Brick #C21813

Tints of Fire Brick #C21813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.13%

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

R = 81.86%
G = 10.13%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C21813 (or 0xC21813) is known color: Fire Brick. HEX triplet: C2, 18 and 13. RGB value is (194,24,19). Sum of RGB (Red+Green+Blue) = 194+24+19=237 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.86% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 194 - color contains mainly: red. Hex color #C21813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21813 is #3DE7EC. Grayscale: #4A4A4A. Windows color (decimal): -4057069 or 1251522. OLE color: 1251522.

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

Color convert

RGB 194 24 19 -
CMYK 0 0.88 0.90 0.24
HSL 1.71º 0.82% 0.42% -
HSV(B) 1.71º 0.9% 0.76% -
XYZ 22.69 12.17 1.77 -
YUV 74.26 96.82 213.41 -
System Red Green Blue C M Y K H S L
Decimal 194 24 19 0 0.88 0.90 0.24 1.71 0.82 0.42
Hex C2 18 13 0 58 5A 18 2 52 2A
Octal 302 30 23 0 130 132 30 2 122 52
Binary 11000010 11000 10011 0 1011000 1011010 11000 10 1010010 101010

Color Harmonies of #C21813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21813

Black with #C21813

Text Example


Text Example

White with #C21813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21813; }

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

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

background-color css

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

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

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

border-color css

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

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

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