Html Css Color HEX #D01148 Crimson

📋 copy color: '#D01148'

red 208 ◦ green 17 ◦ blue 72

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

Shades of Crimson #D01148

Tints of Crimson #D01148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.72%

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

R = 70.03%
G = 5.72%
B = 24.24%

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

#D01148 (or 0xD01148) is known color: Crimson. HEX triplet: D0, 11 and 48. RGB value is (208,17,72). Sum of RGB (Red+Green+Blue) = 208+17+72=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D01148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01148 is #2FEEB7. Grayscale: #505050. Windows color (decimal): -3141304 or 4723152. OLE color: 4723152.

HSL color Cylindrical-coordinate representation of color #D01148: hue angle of 342.72º degrees, saturation: 0.85, 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 #D01148 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 17 72 -
CMYK 0 0.92 0.65 0.18
HSL 342.72º 0.85% 0.44% -
HSV(B) 342.72º 0.92% 0.82% -
XYZ 27.38 14.28 7.44 -
YUV 80.38 123.28 219.03 -
System Red Green Blue C M Y K H S L
Decimal 208 17 72 0 0.92 0.65 0.18 342.72 0.85 0.44
Hex D0 11 48 0 5C 41 12 157 55 2C
Octal 320 21 110 0 134 101 22 527 125 54
Binary 11010000 10001 1001000 0 1011100 1000001 10010 101010111 1010101 101100

Color Harmonies of #D01148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01148

Black with #D01148

Text Example


Text Example

White with #D01148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01148; }

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

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

background-color css

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

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

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

border-color css

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

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

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