Html Css Color HEX #D01616 Fire Brick

📋 copy color: '#D01616'

red 208 ◦ green 22 ◦ blue 22

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

Shades of Fire Brick #D01616

Tints of Fire Brick #D01616

RGB

 RED value IS 208 (81.64% from 255) = 82.54%

 GREEN value IS 22 (8.98% from 255) = 8.73%

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 82.54%
G = 8.73%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D01616 (or 0xD01616) is known color: Fire Brick. HEX triplet: D0, 16 and 16. RGB value is (208,22,22). Sum of RGB (Red+Green+Blue) = 208+22+22=252 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.54% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 208 - color contains mainly: red. Hex color #D01616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01616 is #2FE9E9. Grayscale: #4D4D4D. Windows color (decimal): -3140074 or 1447632. OLE color: 1447632.

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

Color convert

RGB 208 22 22 -
CMYK 0 0.89 0.89 0.18
HSL 0.81% 0.45% -
HSV(B) 0.89% 0.82% -
XYZ 26.44 14.04 2.08 -
YUV 77.61 96.62 221 -
System Red Green Blue C M Y K H S L
Decimal 208 22 22 0 0.89 0.89 0.18 0 0.81 0.45
Hex D0 16 16 0 59 59 12 0 51 2D
Octal 320 26 26 0 131 131 22 0 121 55
Binary 11010000 10110 10110 0 1011001 1011001 10010 0 1010001 101101

Color Harmonies of #D01616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01616

Black with #D01616

Text Example


Text Example

White with #D01616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01616; }

 p { color: rgb(208,22,22); }

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

background-color css

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

 a { background-color: rgb(208,22,22); }

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

border-color css

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

 span { border-color: rgb(208,22,22); }

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