Html Css Color HEX #D01717 Fire Brick

📋 copy color: '#D01717'

red 208 ◦ green 23 ◦ blue 23

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

Shades of Fire Brick #D01717

Tints of Fire Brick #D01717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.06%

 BLUE value IS 23 (9.38% from 255) = 9.06%

R = 81.89%
G = 9.06%
B = 9.06%

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

#D01717 (or 0xD01717) is known color: Fire Brick. HEX triplet: D0, 17 and 17. RGB value is (208,23,23). Sum of RGB (Red+Green+Blue) = 208+23+23=254 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.89% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 208 - color contains mainly: red. Hex color #D01717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01717 is #2FE8E8. Grayscale: #4E4E4E. Windows color (decimal): -3139817 or 1513424. OLE color: 1513424.

HSL color Cylindrical-coordinate representation of color #D01717: hue angle of 0º degrees, saturation: 0.8, 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 #D01717 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 23 23 -
CMYK 0 0.89 0.89 0.18
HSL 0.8% 0.45% -
HSV(B) 0.89% 0.82% -
XYZ 26.47 14.08 2.13 -
YUV 78.32 96.79 220.5 -
System Red Green Blue C M Y K H S L
Decimal 208 23 23 0 0.89 0.89 0.18 0 0.8 0.45
Hex D0 17 17 0 59 59 12 0 50 2D
Octal 320 27 27 0 131 131 22 0 120 55
Binary 11010000 10111 10111 0 1011001 1011001 10010 0 1010000 101101

Color Harmonies of #D01717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01717

Black with #D01717

Text Example


Text Example

White with #D01717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01717; }

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

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

background-color css

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

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

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

border-color css

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

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

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