Html Css Color HEX #D01746 Crimson

📋 copy color: '#D01746'

red 208 ◦ green 23 ◦ blue 70

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

Shades of Crimson #D01746

Tints of Crimson #D01746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 69.1%
G = 7.64%
B = 23.26%

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

#D01746 (or 0xD01746) is known color: Crimson. HEX triplet: D0, 17 and 46. RGB value is (208,23,70). Sum of RGB (Red+Green+Blue) = 208+23+70=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D01746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01746 is #2FE8B9. Grayscale: #535353. Windows color (decimal): -3139770 or 4593616. OLE color: 4593616.

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

Color convert

RGB 208 23 70 -
CMYK 0 0.89 0.66 0.18
HSL 344.76º 0.8% 0.45% -
HSV(B) 344.76º 0.89% 0.82% -
XYZ 27.42 14.46 7.14 -
YUV 83.67 120.29 216.68 -
System Red Green Blue C M Y K H S L
Decimal 208 23 70 0 0.89 0.66 0.18 344.76 0.8 0.45
Hex D0 17 46 0 59 42 12 159 50 2D
Octal 320 27 106 0 131 102 22 531 120 55
Binary 11010000 10111 1000110 0 1011001 1000010 10010 101011001 1010000 101101

Color Harmonies of #D01746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01746

Black with #D01746

Text Example


Text Example

White with #D01746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01746; }

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

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

background-color css

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

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

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

border-color css

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

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

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