Html Css Color HEX #D01048 Crimson

📋 copy color: '#D01048'

red 208 ◦ green 16 ◦ blue 72

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

Shades of Crimson #D01048

Tints of Crimson #D01048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.41%

 BLUE value IS 72 (28.52% from 255) = 24.32%

R = 70.27%
G = 5.41%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D01048 (or 0xD01048) is known color: Crimson. HEX triplet: D0, 10 and 48. RGB value is (208,16,72). Sum of RGB (Red+Green+Blue) = 208+16+72=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D01048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01048 is #2FEFB7. Grayscale: #4F4F4F. Windows color (decimal): -3141560 or 4722896. OLE color: 4722896.

HSL color Cylindrical-coordinate representation of color #D01048: hue angle of 342.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01048 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 16 72 -
CMYK 0 0.92 0.65 0.18
HSL 342.5º 0.86% 0.44% -
HSV(B) 342.5º 0.92% 0.82% -
XYZ 27.37 14.25 7.44 -
YUV 79.79 123.61 219.45 -
System Red Green Blue C M Y K H S L
Decimal 208 16 72 0 0.92 0.65 0.18 342.5 0.86 0.44
Hex D0 10 48 0 5C 41 12 156 56 2C
Octal 320 20 110 0 134 101 22 526 126 54
Binary 11010000 10000 1001000 0 1011100 1000001 10010 101010110 1010110 101100

Color Harmonies of #D01048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01048

Black with #D01048

Text Example


Text Example

White with #D01048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01048; }

 p { color: rgb(208,16,72); }

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

background-color css

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

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

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

border-color css

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

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

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