Html Css Color HEX #D00734 Crimson

📋 copy color: '#D00734'

red 208 ◦ green 7 ◦ blue 52

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

Shades of Crimson #D00734

Tints of Crimson #D00734

RGB

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

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

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

R = 77.9%
G = 2.62%
B = 19.48%

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

#D00734 (or 0xD00734) is known color: Crimson. HEX triplet: D0, 07 and 34. RGB value is (208,7,52). Sum of RGB (Red+Green+Blue) = 208+7+52=267 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.90% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 208 - color contains mainly: red. Hex color #D00734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00734 is #2FF8CB. Grayscale: #484848. Windows color (decimal): -3143884 or 3409872. OLE color: 3409872.

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

Color convert

RGB 208 7 52 -
CMYK 0 0.97 0.75 0.18
HSL 346.57º 0.93% 0.42% -
HSV(B) 346.57º 0.97% 0.82% -
XYZ 26.71 13.81 4.51 -
YUV 72.23 116.59 224.84 -
System Red Green Blue C M Y K H S L
Decimal 208 7 52 0 0.97 0.75 0.18 346.57 0.93 0.42
Hex D0 7 34 0 61 4B 12 15B 5D 2A
Octal 320 7 64 0 141 113 22 533 135 52
Binary 11010000 111 110100 0 1100001 1001011 10010 101011011 1011101 101010

Color Harmonies of #D00734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00734

Black with #D00734

Text Example


Text Example

White with #D00734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00734; }

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

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

background-color css

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

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

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

border-color css

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

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

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