Html Css Color HEX #D20340 Crimson

📋 copy color: '#D20340'

red 210 ◦ green 3 ◦ blue 64

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

Shades of Crimson #D20340

Tints of Crimson #D20340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 75.81%
G = 1.08%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D20340 (or 0xD20340) is known color: Crimson. HEX triplet: D2, 03 and 40. RGB value is (210,3,64). Sum of RGB (Red+Green+Blue) = 210+3+64=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D20340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20340 is #2DFCBF. Grayscale: #474747. Windows color (decimal): -3013824 or 4195282. OLE color: 4195282.

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

Color convert

RGB 210 3 64 -
CMYK 0 0.99 0.70 0.18
HSL 342.32º 0.97% 0.42% -
HSV(B) 342.32º 0.99% 0.82% -
XYZ 27.54 14.14 6.13 -
YUV 71.85 123.58 226.54 -
System Red Green Blue C M Y K H S L
Decimal 210 3 64 0 0.99 0.70 0.18 342.32 0.97 0.42
Hex D2 3 40 0 63 46 12 156 61 2A
Octal 322 3 100 0 143 106 22 526 141 52
Binary 11010010 11 1000000 0 1100011 1000110 10010 101010110 1100001 101010

Color Harmonies of #D20340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20340

Black with #D20340

Text Example


Text Example

White with #D20340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20340; }

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

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

background-color css

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

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

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

border-color css

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

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

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