Html Css Color HEX #D00644 Crimson

📋 copy color: '#D00644'

red 208 ◦ green 6 ◦ blue 68

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

Shades of Crimson #D00644

Tints of Crimson #D00644

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.13%

 BLUE value IS 68 (26.95% from 255) = 24.11%

R = 73.76%
G = 2.13%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D00644 (or 0xD00644) is known color: Crimson. HEX triplet: D0, 06 and 44. RGB value is (208,6,68). Sum of RGB (Red+Green+Blue) = 208+6+68=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D00644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00644 is #2FF9BB. Grayscale: #494949. Windows color (decimal): -3144124 or 4458192. OLE color: 4458192.

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

Color convert

RGB 208 6 68 -
CMYK 0 0.97 0.67 0.18
HSL 341.58º 0.94% 0.42% -
HSV(B) 341.58º 0.97% 0.82% -
XYZ 27.12 13.96 6.73 -
YUV 73.47 124.92 223.96 -
System Red Green Blue C M Y K H S L
Decimal 208 6 68 0 0.97 0.67 0.18 341.58 0.94 0.42
Hex D0 6 44 0 61 43 12 156 5E 2A
Octal 320 6 104 0 141 103 22 526 136 52
Binary 11010000 110 1000100 0 1100001 1000011 10010 101010110 1011110 101010

Color Harmonies of #D00644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00644

Black with #D00644

Text Example


Text Example

White with #D00644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00644; }

 p { color: rgb(208,6,68); }

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

background-color css

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

 a { background-color: rgb(208,6,68); }

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

border-color css

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

 span { border-color: rgb(208,6,68); }

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