Html Css Color HEX #D01C48 Crimson

📋 copy color: '#D01C48'

red 208 ◦ green 28 ◦ blue 72

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

Shades of Crimson #D01C48

Tints of Crimson #D01C48

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.09%

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

R = 67.53%
G = 9.09%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D01C48 (or 0xD01C48) is known color: Crimson. HEX triplet: D0, 1C and 48. RGB value is (208,28,72). Sum of RGB (Red+Green+Blue) = 208+28+72=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01C48 is #2FE3B7. Grayscale: #565656. Windows color (decimal): -3138488 or 4725968. OLE color: 4725968.

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

Color convert

RGB 208 28 72 -
CMYK 0 0.87 0.65 0.18
HSL 345.33º 0.76% 0.46% -
HSV(B) 345.33º 0.87% 0.82% -
XYZ 27.6 14.71 7.52 -
YUV 86.84 119.63 214.42 -
System Red Green Blue C M Y K H S L
Decimal 208 28 72 0 0.87 0.65 0.18 345.33 0.76 0.46
Hex D0 1C 48 0 57 41 12 159 4C 2E
Octal 320 34 110 0 127 101 22 531 114 56
Binary 11010000 11100 1001000 0 1010111 1000001 10010 101011001 1001100 101110

Color Harmonies of #D01C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C48

Black with #D01C48

Text Example


Text Example

White with #D01C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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