Html Css Color HEX #D00732 Crimson

📋 copy color: '#D00732'

red 208 ◦ green 7 ◦ blue 50

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

Shades of Crimson #D00732

Tints of Crimson #D00732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.87%

R = 78.49%
G = 2.64%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D00732 (or 0xD00732) is known color: Crimson. HEX triplet: D0, 07 and 32. RGB value is (208,7,50). Sum of RGB (Red+Green+Blue) = 208+7+50=265 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.49% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 208 - color contains mainly: red. Hex color #D00732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00732 is #2FF8CD. Grayscale: #484848. Windows color (decimal): -3143886 or 3278800. OLE color: 3278800.

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

Color convert

RGB 208 7 50 -
CMYK 0 0.97 0.76 0.18
HSL 347.16º 0.93% 0.42% -
HSV(B) 347.16º 0.97% 0.82% -
XYZ 26.66 13.79 4.27 -
YUV 72 115.59 225 -
System Red Green Blue C M Y K H S L
Decimal 208 7 50 0 0.97 0.76 0.18 347.16 0.93 0.42
Hex D0 7 32 0 61 4C 12 15B 5D 2A
Octal 320 7 62 0 141 114 22 533 135 52
Binary 11010000 111 110010 0 1100001 1001100 10010 101011011 1011101 101010

Color Harmonies of #D00732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00732

Black with #D00732

Text Example


Text Example

White with #D00732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00732; }

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

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

background-color css

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

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

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

border-color css

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

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

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