Html Css Color HEX #D01531 Crimson

📋 copy color: '#D01531'

red 208 ◦ green 21 ◦ blue 49

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

Shades of Crimson #D01531

Tints of Crimson #D01531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.63%

R = 74.82%
G = 7.55%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D01531 (or 0xD01531) is known color: Crimson. HEX triplet: D0, 15 and 31. RGB value is (208,21,49). Sum of RGB (Red+Green+Blue) = 208+21+49=278 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.82% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 208 - color contains mainly: red. Hex color #D01531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01531 is #2FEACE. Grayscale: #505050. Windows color (decimal): -3140303 or 3216848. OLE color: 3216848.

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

Color convert

RGB 208 21 49 -
CMYK 0 0.90 0.76 0.18
HSL 351.02º 0.82% 0.45% -
HSV(B) 351.02º 0.9% 0.82% -
XYZ 26.83 14.17 4.23 -
YUV 80.11 110.45 219.22 -
System Red Green Blue C M Y K H S L
Decimal 208 21 49 0 0.90 0.76 0.18 351.02 0.82 0.45
Hex D0 15 31 0 5A 4C 12 15F 52 2D
Octal 320 25 61 0 132 114 22 537 122 55
Binary 11010000 10101 110001 0 1011010 1001100 10010 101011111 1010010 101101

Color Harmonies of #D01531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01531

Black with #D01531

Text Example


Text Example

White with #D01531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01531; }

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

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

background-color css

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

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

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

border-color css

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

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

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