Html Css Color HEX #D01536 Crimson

📋 copy color: '#D01536'

red 208 ◦ green 21 ◦ blue 54

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

Shades of Crimson #D01536

Tints of Crimson #D01536

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.42%

 BLUE value IS 54 (21.48% from 255) = 19.08%

R = 73.5%
G = 7.42%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D01536 (or 0xD01536) is known color: Crimson. HEX triplet: D0, 15 and 36. RGB value is (208,21,54). Sum of RGB (Red+Green+Blue) = 208+21+54=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D01536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01536 is #2FEAC9. Grayscale: #505050. Windows color (decimal): -3140298 or 3544528. OLE color: 3544528.

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

Color convert

RGB 208 21 54 -
CMYK 0 0.90 0.74 0.18
HSL 349.41º 0.82% 0.45% -
HSV(B) 349.41º 0.9% 0.82% -
XYZ 26.95 14.21 4.81 -
YUV 80.68 112.95 218.82 -
System Red Green Blue C M Y K H S L
Decimal 208 21 54 0 0.90 0.74 0.18 349.41 0.82 0.45
Hex D0 15 36 0 5A 4A 12 15D 52 2D
Octal 320 25 66 0 132 112 22 535 122 55
Binary 11010000 10101 110110 0 1011010 1001010 10010 101011101 1010010 101101

Color Harmonies of #D01536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01536

Black with #D01536

Text Example


Text Example

White with #D01536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01536; }

 p { color: rgb(208,21,54); }

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

background-color css

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

 a { background-color: rgb(208,21,54); }

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

border-color css

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

 span { border-color: rgb(208,21,54); }

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