Html Css Color HEX #C21512 Fire Brick

📋 copy color: '#C21512'

red 194 ◦ green 21 ◦ blue 18

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

Shades of Fire Brick #C21512

Tints of Fire Brick #C21512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.01%

 BLUE value IS 18 (7.42% from 255) = 7.73%

R = 83.26%
G = 9.01%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C21512 (or 0xC21512) is known color: Fire Brick. HEX triplet: C2, 15 and 12. RGB value is (194,21,18). Sum of RGB (Red+Green+Blue) = 194+21+18=233 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.26% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 194 - color contains mainly: red. Hex color #C21512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21512 is #3DEAED. Grayscale: #484848. Windows color (decimal): -4057838 or 1185218. OLE color: 1185218.

HSL color Cylindrical-coordinate representation of color #C21512: hue angle of 1.02º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21512 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 18 -
CMYK 0 0.89 0.91 0.24
HSL 1.02º 0.83% 0.42% -
HSV(B) 1.02º 0.91% 0.76% -
XYZ 22.63 12.05 1.71 -
YUV 72.39 97.31 214.74 -
System Red Green Blue C M Y K H S L
Decimal 194 21 18 0 0.89 0.91 0.24 1.02 0.83 0.42
Hex C2 15 12 0 59 5B 18 1 53 2A
Octal 302 25 22 0 131 133 30 1 123 52
Binary 11000010 10101 10010 0 1011001 1011011 11000 1 1010011 101010

Color Harmonies of #C21512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21512

Black with #C21512

Text Example


Text Example

White with #C21512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21512; }

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

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

background-color css

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

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

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

border-color css

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

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

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