Html Css Color HEX #D01948 Crimson

📋 copy color: '#D01948'

red 208 ◦ green 25 ◦ blue 72

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

Shades of Crimson #D01948

Tints of Crimson #D01948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.2%

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

R = 68.2%
G = 8.2%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D01948 (or 0xD01948) is known color: Crimson. HEX triplet: D0, 19 and 48. RGB value is (208,25,72). Sum of RGB (Red+Green+Blue) = 208+25+72=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D01948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01948 is #2FE6B7. Grayscale: #555555. Windows color (decimal): -3139256 or 4725200. OLE color: 4725200.

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

Color convert

RGB 208 25 72 -
CMYK 0 0.88 0.65 0.18
HSL 344.59º 0.79% 0.46% -
HSV(B) 344.59º 0.88% 0.82% -
XYZ 27.53 14.57 7.49 -
YUV 85.08 120.63 215.68 -
System Red Green Blue C M Y K H S L
Decimal 208 25 72 0 0.88 0.65 0.18 344.59 0.79 0.46
Hex D0 19 48 0 58 41 12 159 4F 2E
Octal 320 31 110 0 130 101 22 531 117 56
Binary 11010000 11001 1001000 0 1011000 1000001 10010 101011001 1001111 101110

Color Harmonies of #D01948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01948

Black with #D01948

Text Example


Text Example

White with #D01948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01948; }

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

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

background-color css

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

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

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

border-color css

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

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

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