Html Css Color HEX #D01641 Crimson

📋 copy color: '#D01641'

red 208 ◦ green 22 ◦ blue 65

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

Shades of Crimson #D01641

Tints of Crimson #D01641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.46%

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

R = 70.51%
G = 7.46%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D01641 (or 0xD01641) is known color: Crimson. HEX triplet: D0, 16 and 41. RGB value is (208,22,65). Sum of RGB (Red+Green+Blue) = 208+22+65=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D01641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01641 is #2FE9BE. Grayscale: #525252. Windows color (decimal): -3140031 or 4265680. OLE color: 4265680.

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

Color convert

RGB 208 22 65 -
CMYK 0 0.89 0.69 0.18
HSL 346.13º 0.81% 0.45% -
HSV(B) 346.13º 0.89% 0.82% -
XYZ 27.25 14.37 6.34 -
YUV 82.52 118.12 217.5 -
System Red Green Blue C M Y K H S L
Decimal 208 22 65 0 0.89 0.69 0.18 346.13 0.81 0.45
Hex D0 16 41 0 59 45 12 15A 51 2D
Octal 320 26 101 0 131 105 22 532 121 55
Binary 11010000 10110 1000001 0 1011001 1000101 10010 101011010 1010001 101101

Color Harmonies of #D01641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01641

Black with #D01641

Text Example


Text Example

White with #D01641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01641; }

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

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

background-color css

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

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

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

border-color css

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

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

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