Html Css Color HEX #D20540 Crimson

📋 copy color: '#D20540'

red 210 ◦ green 5 ◦ blue 64

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

Shades of Crimson #D20540

Tints of Crimson #D20540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

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

R = 75.27%
G = 1.79%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D20540 (or 0xD20540) is known color: Crimson. HEX triplet: D2, 05 and 40. RGB value is (210,5,64). Sum of RGB (Red+Green+Blue) = 210+5+64=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D20540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20540 is #2DFABF. Grayscale: #484848. Windows color (decimal): -3013312 or 4195794. OLE color: 4195794.

HSL color Cylindrical-coordinate representation of color #D20540: hue angle of 342.73º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20540 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 5 64 -
CMYK 0 0.98 0.70 0.18
HSL 342.73º 0.95% 0.42% -
HSV(B) 342.73º 0.98% 0.82% -
XYZ 27.56 14.18 6.14 -
YUV 73.02 122.92 225.7 -
System Red Green Blue C M Y K H S L
Decimal 210 5 64 0 0.98 0.70 0.18 342.73 0.95 0.42
Hex D2 5 40 0 62 46 12 157 5F 2A
Octal 322 5 100 0 142 106 22 527 137 52
Binary 11010010 101 1000000 0 1100010 1000110 10010 101010111 1011111 101010

Color Harmonies of #D20540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20540

Black with #D20540

Text Example


Text Example

White with #D20540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20540; }

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

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

background-color css

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

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

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

border-color css

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

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

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