Html Css Color HEX #D01747 Crimson

📋 copy color: '#D01747'

red 208 ◦ green 23 ◦ blue 71

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

Shades of Crimson #D01747

Tints of Crimson #D01747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.51%

R = 68.87%
G = 7.62%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D01747 (or 0xD01747) is known color: Crimson. HEX triplet: D0, 17 and 47. RGB value is (208,23,71). Sum of RGB (Red+Green+Blue) = 208+23+71=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D01747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01747 is #2FE8B8. Grayscale: #535353. Windows color (decimal): -3139769 or 4659152. OLE color: 4659152.

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

Color convert

RGB 208 23 71 -
CMYK 0 0.89 0.66 0.18
HSL 344.43º 0.8% 0.45% -
HSV(B) 344.43º 0.89% 0.82% -
XYZ 27.46 14.48 7.31 -
YUV 83.79 120.79 216.6 -
System Red Green Blue C M Y K H S L
Decimal 208 23 71 0 0.89 0.66 0.18 344.43 0.8 0.45
Hex D0 17 47 0 59 42 12 158 50 2D
Octal 320 27 107 0 131 102 22 530 120 55
Binary 11010000 10111 1000111 0 1011001 1000010 10010 101011000 1010000 101101

Color Harmonies of #D01747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01747

Black with #D01747

Text Example


Text Example

White with #D01747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01747; }

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

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

background-color css

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

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

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

border-color css

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

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

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