Html Css Color HEX #D20734 Crimson

📋 copy color: '#D20734'

red 210 ◦ green 7 ◦ blue 52

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

Shades of Crimson #D20734

Tints of Crimson #D20734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.33%

R = 78.07%
G = 2.6%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D20734 (or 0xD20734) is known color: Crimson. HEX triplet: D2, 07 and 34. RGB value is (210,7,52). Sum of RGB (Red+Green+Blue) = 210+7+52=269 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.07% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 210 - color contains mainly: red. Hex color #D20734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20734 is #2DF8CB. Grayscale: #484848. Windows color (decimal): -3012812 or 3409874. OLE color: 3409874.

HSL color Cylindrical-coordinate representation of color #D20734: hue angle of 346.7º 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 #D20734 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 7 52 -
CMYK 0 0.97 0.75 0.18
HSL 346.7º 0.94% 0.43% -
HSV(B) 346.7º 0.97% 0.82% -
XYZ 27.27 14.1 4.53 -
YUV 72.83 116.25 225.84 -
System Red Green Blue C M Y K H S L
Decimal 210 7 52 0 0.97 0.75 0.18 346.7 0.94 0.43
Hex D2 7 34 0 61 4B 12 15B 5E 2B
Octal 322 7 64 0 141 113 22 533 136 53
Binary 11010010 111 110100 0 1100001 1001011 10010 101011011 1011110 101011

Color Harmonies of #D20734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20734

Black with #D20734

Text Example


Text Example

White with #D20734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20734; }

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

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

background-color css

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

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

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

border-color css

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

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

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