Html Css Color HEX #D20739 Crimson

📋 copy color: '#D20739'

red 210 ◦ green 7 ◦ blue 57

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

Shades of Crimson #D20739

Tints of Crimson #D20739

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

 BLUE value IS 57 (22.66% from 255) = 20.8%

R = 76.64%
G = 2.55%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D20739 (or 0xD20739) is known color: Crimson. HEX triplet: D2, 07 and 39. RGB value is (210,7,57). Sum of RGB (Red+Green+Blue) = 210+7+57=274 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.64% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 210 - color contains mainly: red. Hex color #D20739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20739 is #2DF8C6. Grayscale: #494949. Windows color (decimal): -3012807 or 3737554. OLE color: 3737554.

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

Color convert

RGB 210 7 57 -
CMYK 0 0.97 0.73 0.18
HSL 345.22º 0.94% 0.43% -
HSV(B) 345.22º 0.97% 0.82% -
XYZ 27.39 14.15 5.16 -
YUV 73.4 118.75 225.43 -
System Red Green Blue C M Y K H S L
Decimal 210 7 57 0 0.97 0.73 0.18 345.22 0.94 0.43
Hex D2 7 39 0 61 49 12 159 5E 2B
Octal 322 7 71 0 141 111 22 531 136 53
Binary 11010010 111 111001 0 1100001 1001001 10010 101011001 1011110 101011

Color Harmonies of #D20739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20739

Black with #D20739

Text Example


Text Example

White with #D20739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20739; }

 p { color: rgb(210,7,57); }

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

background-color css

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

 a { background-color: rgb(210,7,57); }

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

border-color css

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

 span { border-color: rgb(210,7,57); }

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