Html Css Color HEX #D01840 Crimson

📋 copy color: '#D01840'

red 208 ◦ green 24 ◦ blue 64

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

Shades of Crimson #D01840

Tints of Crimson #D01840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.11%

 BLUE value IS 64 (25.39% from 255) = 21.62%

R = 70.27%
G = 8.11%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D01840 (or 0xD01840) is known color: Crimson. HEX triplet: D0, 18 and 40. RGB value is (208,24,64). Sum of RGB (Red+Green+Blue) = 208+24+64=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D01840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01840 is #2FE7BF. Grayscale: #535353. Windows color (decimal): -3139520 or 4200656. OLE color: 4200656.

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

Color convert

RGB 208 24 64 -
CMYK 0 0.88 0.69 0.18
HSL 346.96º 0.79% 0.45% -
HSV(B) 346.96º 0.88% 0.82% -
XYZ 27.26 14.43 6.2 -
YUV 83.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 208 24 64 0 0.88 0.69 0.18 346.96 0.79 0.45
Hex D0 18 40 0 58 45 12 15B 4F 2D
Octal 320 30 100 0 130 105 22 533 117 55
Binary 11010000 11000 1000000 0 1011000 1000101 10010 101011011 1001111 101101

Color Harmonies of #D01840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01840

Black with #D01840

Text Example


Text Example

White with #D01840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01840; }

 p { color: rgb(208,24,64); }

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

background-color css

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

 a { background-color: rgb(208,24,64); }

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

border-color css

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

 span { border-color: rgb(208,24,64); }

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