Html Css Color HEX #C81515 Fire Brick

📋 copy color: '#C81515'

red 200 ◦ green 21 ◦ blue 21

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

Shades of Fire Brick #C81515

Tints of Fire Brick #C81515

RGB

 RED value IS 200 (78.52% from 255) = 82.64%

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

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

R = 82.64%
G = 8.68%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C81515 (or 0xC81515) is known color: Fire Brick. HEX triplet: C8, 15 and 15. RGB value is (200,21,21). Sum of RGB (Red+Green+Blue) = 200+21+21=242 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.64% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 200 - color contains mainly: red. Hex color #C81515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81515 is #37EAEA. Grayscale: #4A4A4A. Windows color (decimal): -3664619 or 1381832. OLE color: 1381832.

HSL color Cylindrical-coordinate representation of color #C81515: hue angle of 0º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81515 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 21 -
CMYK 0 0.90 0.90 0.22
HSL 0.81% 0.43% -
HSV(B) 0.9% 0.78% -
XYZ 24.22 12.87 1.92 -
YUV 74.52 97.8 217.5 -
System Red Green Blue C M Y K H S L
Decimal 200 21 21 0 0.90 0.90 0.22 0 0.81 0.43
Hex C8 15 15 0 5A 5A 16 0 51 2B
Octal 310 25 25 0 132 132 26 0 121 53
Binary 11001000 10101 10101 0 1011010 1011010 10110 0 1010001 101011

Color Harmonies of #C81515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81515

Black with #C81515

Text Example


Text Example

White with #C81515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81515; }

 p { color: rgb(200,21,21); }

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

background-color css

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

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

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

border-color css

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

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

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