Html Css Color HEX #D00730 Crimson

📋 copy color: '#D00730'

red 208 ◦ green 7 ◦ blue 48

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

Shades of Crimson #D00730

Tints of Crimson #D00730

RGB

 RED value IS 208 (81.64% from 255) = 79.09%

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

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

R = 79.09%
G = 2.66%
B = 18.25%

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

#D00730 (or 0xD00730) is known color: Crimson. HEX triplet: D0, 07 and 30. RGB value is (208,7,48). Sum of RGB (Red+Green+Blue) = 208+7+48=263 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.09% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 208 - color contains mainly: red. Hex color #D00730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00730 is #2FF8CF. Grayscale: #474747. Windows color (decimal): -3143888 or 3147728. OLE color: 3147728.

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

Color convert

RGB 208 7 48 -
CMYK 0 0.97 0.77 0.18
HSL 347.76º 0.93% 0.42% -
HSV(B) 347.76º 0.97% 0.82% -
XYZ 26.62 13.78 4.05 -
YUV 71.77 114.59 225.17 -
System Red Green Blue C M Y K H S L
Decimal 208 7 48 0 0.97 0.77 0.18 347.76 0.93 0.42
Hex D0 7 30 0 61 4D 12 15C 5D 2A
Octal 320 7 60 0 141 115 22 534 135 52
Binary 11010000 111 110000 0 1100001 1001101 10010 101011100 1011101 101010

Color Harmonies of #D00730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00730

Black with #D00730

Text Example


Text Example

White with #D00730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00730; }

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

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

background-color css

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

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

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

border-color css

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

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

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