Html Css Color HEX #D00749 Crimson

📋 copy color: '#D00749'

red 208 ◦ green 7 ◦ blue 73

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

Shades of Crimson #D00749

Tints of Crimson #D00749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25.35%

R = 72.22%
G = 2.43%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D00749 (or 0xD00749) is known color: Crimson. HEX triplet: D0, 07 and 49. RGB value is (208,7,73). Sum of RGB (Red+Green+Blue) = 208+7+73=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D00749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00749 is #2FF8B6. Grayscale: #4A4A4A. Windows color (decimal): -3143863 or 4786128. OLE color: 4786128.

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

Color convert

RGB 208 7 73 -
CMYK 0 0.97 0.65 0.18
HSL 340.3º 0.93% 0.42% -
HSV(B) 340.3º 0.97% 0.82% -
XYZ 27.29 14.04 7.58 -
YUV 74.62 127.09 223.13 -
System Red Green Blue C M Y K H S L
Decimal 208 7 73 0 0.97 0.65 0.18 340.3 0.93 0.42
Hex D0 7 49 0 61 41 12 154 5D 2A
Octal 320 7 111 0 141 101 22 524 135 52
Binary 11010000 111 1001001 0 1100001 1000001 10010 101010100 1011101 101010

Color Harmonies of #D00749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00749

Black with #D00749

Text Example


Text Example

White with #D00749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00749; }

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

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

background-color css

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

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

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

border-color css

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

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

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