Html Css Color HEX #D01541 Crimson

📋 copy color: '#D01541'

red 208 ◦ green 21 ◦ blue 65

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

Shades of Crimson #D01541

Tints of Crimson #D01541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.11%

R = 70.75%
G = 7.14%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D01541 (or 0xD01541) is known color: Crimson. HEX triplet: D0, 15 and 41. RGB value is (208,21,65). Sum of RGB (Red+Green+Blue) = 208+21+65=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D01541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01541 is #2FEABE. Grayscale: #515151. Windows color (decimal): -3140287 or 4265424. OLE color: 4265424.

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

Color convert

RGB 208 21 65 -
CMYK 0 0.90 0.69 0.18
HSL 345.88º 0.82% 0.45% -
HSV(B) 345.88º 0.9% 0.82% -
XYZ 27.23 14.33 6.33 -
YUV 81.93 118.45 217.92 -
System Red Green Blue C M Y K H S L
Decimal 208 21 65 0 0.90 0.69 0.18 345.88 0.82 0.45
Hex D0 15 41 0 5A 45 12 15A 52 2D
Octal 320 25 101 0 132 105 22 532 122 55
Binary 11010000 10101 1000001 0 1011010 1000101 10010 101011010 1010010 101101

Color Harmonies of #D01541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01541

Black with #D01541

Text Example


Text Example

White with #D01541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01541; }

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

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

background-color css

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

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

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

border-color css

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

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

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