Html Css Color HEX #D20730 Crimson

📋 copy color: '#D20730'

red 210 ◦ green 7 ◦ blue 48

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

Shades of Crimson #D20730

Tints of Crimson #D20730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.11%

R = 79.25%
G = 2.64%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D20730 (or 0xD20730) is known color: Crimson. HEX triplet: D2, 07 and 30. RGB value is (210,7,48). Sum of RGB (Red+Green+Blue) = 210+7+48=265 (35% of max value = 765). Red value is 210 (82.42% from 255 or 79.25% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 210 - color contains mainly: red. Hex color #D20730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20730 is #2DF8CF. Grayscale: #484848. Windows color (decimal): -3012816 or 3147730. OLE color: 3147730.

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

Color convert

RGB 210 7 48 -
CMYK 0 0.97 0.77 0.18
HSL 347.88º 0.94% 0.43% -
HSV(B) 347.88º 0.97% 0.82% -
XYZ 27.19 14.07 4.08 -
YUV 72.37 114.25 226.17 -
System Red Green Blue C M Y K H S L
Decimal 210 7 48 0 0.97 0.77 0.18 347.88 0.94 0.43
Hex D2 7 30 0 61 4D 12 15C 5E 2B
Octal 322 7 60 0 141 115 22 534 136 53
Binary 11010010 111 110000 0 1100001 1001101 10010 101011100 1011110 101011

Color Harmonies of #D20730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20730

Black with #D20730

Text Example


Text Example

White with #D20730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20730; }

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

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

background-color css

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

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

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

border-color css

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

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

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