Html Css Color HEX #D01846 Crimson

📋 copy color: '#D01846'

red 208 ◦ green 24 ◦ blue 70

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

Shades of Crimson #D01846

Tints of Crimson #D01846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.95%

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

R = 68.87%
G = 7.95%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D01846 (or 0xD01846) is known color: Crimson. HEX triplet: D0, 18 and 46. RGB value is (208,24,70). Sum of RGB (Red+Green+Blue) = 208+24+70=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D01846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01846 is #2FE7B9. Grayscale: #545454. Windows color (decimal): -3139514 or 4593872. OLE color: 4593872.

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

Color convert

RGB 208 24 70 -
CMYK 0 0.88 0.66 0.18
HSL 345º 0.79% 0.45% -
HSV(B) 345º 0.88% 0.82% -
XYZ 27.44 14.51 7.15 -
YUV 84.26 119.96 216.26 -
System Red Green Blue C M Y K H S L
Decimal 208 24 70 0 0.88 0.66 0.18 345 0.79 0.45
Hex D0 18 46 0 58 42 12 159 4F 2D
Octal 320 30 106 0 130 102 22 531 117 55
Binary 11010000 11000 1000110 0 1011000 1000010 10010 101011001 1001111 101101

Color Harmonies of #D01846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01846

Black with #D01846

Text Example


Text Example

White with #D01846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01846; }

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

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

background-color css

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

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

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

border-color css

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

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

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