Html Css Color HEX #D00639 Crimson

📋 copy color: '#D00639'

red 208 ◦ green 6 ◦ blue 57

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

Shades of Crimson #D00639

Tints of Crimson #D00639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.03%

R = 76.75%
G = 2.21%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D00639 (or 0xD00639) is known color: Crimson. HEX triplet: D0, 06 and 39. RGB value is (208,6,57). Sum of RGB (Red+Green+Blue) = 208+6+57=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D00639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00639 is #2FF9C6. Grayscale: #484848. Windows color (decimal): -3144135 or 3737296. OLE color: 3737296.

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

Color convert

RGB 208 6 57 -
CMYK 0 0.97 0.73 0.18
HSL 344.85º 0.94% 0.42% -
HSV(B) 344.85º 0.97% 0.82% -
XYZ 26.82 13.84 5.13 -
YUV 72.21 119.42 224.85 -
System Red Green Blue C M Y K H S L
Decimal 208 6 57 0 0.97 0.73 0.18 344.85 0.94 0.42
Hex D0 6 39 0 61 49 12 159 5E 2A
Octal 320 6 71 0 141 111 22 531 136 52
Binary 11010000 110 111001 0 1100001 1001001 10010 101011001 1011110 101010

Color Harmonies of #D00639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00639

Black with #D00639

Text Example


Text Example

White with #D00639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00639; }

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

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

background-color css

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

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

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

border-color css

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

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

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