Html Css Color HEX #D20140 Crimson

📋 copy color: '#D20140'

red 210 ◦ green 1 ◦ blue 64

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

Shades of Crimson #D20140

Tints of Crimson #D20140

RGB

 RED value IS 210 (82.42% from 255) = 76.36%

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 76.36%
G = 0.36%
B = 23.27%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D20140 (or 0xD20140) is known color: Crimson. HEX triplet: D2, 01 and 40. RGB value is (210,1,64). Sum of RGB (Red+Green+Blue) = 210+1+64=275 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.36% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 210 - color contains mainly: red. Hex color #D20140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20140 is #2DFEBF. Grayscale: #464646. Windows color (decimal): -3014336 or 4194770. OLE color: 4194770.

HSL color Cylindrical-coordinate representation of color #D20140: hue angle of 341.91º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20140 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 1 64 -
CMYK 0 1.00 0.70 0.18
HSL 341.91º 0.99% 0.41% -
HSV(B) 341.91º 1% 0.82% -
XYZ 27.51 14.09 6.12 -
YUV 70.67 124.24 227.38 -
System Red Green Blue C M Y K H S L
Decimal 210 1 64 0 1.00 0.70 0.18 341.91 0.99 0.41
Hex D2 1 40 0 64 46 12 156 63 29
Octal 322 1 100 0 144 106 22 526 143 51
Binary 11010010 1 1000000 0 1100100 1000110 10010 101010110 1100011 101001

Color Harmonies of #D20140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20140

Black with #D20140

Text Example


Text Example

White with #D20140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20140; }

 p { color: rgb(210,1,64); }

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

background-color css

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

 a { background-color: rgb(210,1,64); }

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

border-color css

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

 span { border-color: rgb(210,1,64); }

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