Html Css Color HEX #D00648 Crimson

📋 copy color: '#D00648'

red 208 ◦ green 6 ◦ blue 72

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

Shades of Crimson #D00648

Tints of Crimson #D00648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.17%

R = 72.73%
G = 2.1%
B = 25.17%

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

#D00648 (or 0xD00648) is known color: Crimson. HEX triplet: D0, 06 and 48. RGB value is (208,6,72). Sum of RGB (Red+Green+Blue) = 208+6+72=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D00648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00648 is #2FF9B7. Grayscale: #494949. Windows color (decimal): -3144120 or 4720336. OLE color: 4720336.

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

Color convert

RGB 208 6 72 -
CMYK 0 0.97 0.65 0.18
HSL 340.4º 0.94% 0.42% -
HSV(B) 340.4º 0.97% 0.82% -
XYZ 27.25 14.01 7.4 -
YUV 73.92 126.92 223.63 -
System Red Green Blue C M Y K H S L
Decimal 208 6 72 0 0.97 0.65 0.18 340.4 0.94 0.42
Hex D0 6 48 0 61 41 12 154 5E 2A
Octal 320 6 110 0 141 101 22 524 136 52
Binary 11010000 110 1001000 0 1100001 1000001 10010 101010100 1011110 101010

Color Harmonies of #D00648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00648

Black with #D00648

Text Example


Text Example

White with #D00648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00648; }

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

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

background-color css

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

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

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

border-color css

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

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

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