Html Css Color HEX #D01739 Crimson

📋 copy color: '#D01739'

red 208 ◦ green 23 ◦ blue 57

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

Shades of Crimson #D01739

Tints of Crimson #D01739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.79%

R = 72.22%
G = 7.99%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D01739 (or 0xD01739) is known color: Crimson. HEX triplet: D0, 17 and 39. RGB value is (208,23,57). Sum of RGB (Red+Green+Blue) = 208+23+57=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D01739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01739 is #2FE8C6. Grayscale: #525252. Windows color (decimal): -3139783 or 3741648. OLE color: 3741648.

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

Color convert

RGB 208 23 57 -
CMYK 0 0.89 0.73 0.18
HSL 348.97º 0.8% 0.45% -
HSV(B) 348.97º 0.89% 0.82% -
XYZ 27.06 14.32 5.21 -
YUV 82.19 113.79 217.74 -
System Red Green Blue C M Y K H S L
Decimal 208 23 57 0 0.89 0.73 0.18 348.97 0.8 0.45
Hex D0 17 39 0 59 49 12 15D 50 2D
Octal 320 27 71 0 131 111 22 535 120 55
Binary 11010000 10111 111001 0 1011001 1001001 10010 101011101 1010000 101101

Color Harmonies of #D01739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01739

Black with #D01739

Text Example


Text Example

White with #D01739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01739; }

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

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

background-color css

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

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

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

border-color css

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

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

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