Html Css Color HEX #D01539 Crimson

📋 copy color: '#D01539'

red 208 ◦ green 21 ◦ blue 57

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

Shades of Crimson #D01539

Tints of Crimson #D01539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.93%

R = 72.73%
G = 7.34%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D01539 (or 0xD01539) is known color: Crimson. HEX triplet: D0, 15 and 39. RGB value is (208,21,57). Sum of RGB (Red+Green+Blue) = 208+21+57=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D01539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01539 is #2FEAC6. Grayscale: #515151. Windows color (decimal): -3140295 or 3741136. OLE color: 3741136.

HSL color Cylindrical-coordinate representation of color #D01539: hue angle of 348.45º 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 #D01539 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 21 57 -
CMYK 0 0.90 0.73 0.18
HSL 348.45º 0.82% 0.45% -
HSV(B) 348.45º 0.9% 0.82% -
XYZ 27.02 14.24 5.2 -
YUV 81.02 114.45 218.57 -
System Red Green Blue C M Y K H S L
Decimal 208 21 57 0 0.90 0.73 0.18 348.45 0.82 0.45
Hex D0 15 39 0 5A 49 12 15C 52 2D
Octal 320 25 71 0 132 111 22 534 122 55
Binary 11010000 10101 111001 0 1011010 1001001 10010 101011100 1010010 101101

Color Harmonies of #D01539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01539

Black with #D01539

Text Example


Text Example

White with #D01539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01539; }

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

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

background-color css

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

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

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

border-color css

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

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

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