Html Css Color HEX #D00048 Crimson

📋 copy color: '#D00048'

red 208 ◦ green 0 ◦ blue 72

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

Shades of Crimson #D00048

Tints of Crimson #D00048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.29%
G = 0%
B = 25.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D00048 (or 0xD00048) is known color: Crimson. HEX triplet: D0, 00 and 48. RGB value is (208,0,72). Sum of RGB (Red+Green+Blue) = 208+0+72=280 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.29% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 208 - color contains mainly: red. Hex color #D00048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00048 is #2FFFB7. Grayscale: #464646. Windows color (decimal): -3145656 or 4718800. OLE color: 4718800.

HSL color Cylindrical-coordinate representation of color #D00048: hue angle of 339.23º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00048 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 0 72 -
CMYK 0 1 0.65 0.18
HSL 339.23º 1% 0.41% -
HSV(B) 339.23º 1% 0.82% -
XYZ 27.18 13.88 7.38 -
YUV 70.4 128.91 226.15 -
System Red Green Blue C M Y K H S L
Decimal 208 0 72 0 1 0.65 0.18 339.23 1 0.41
Hex D0 0 48 0 64 41 12 153 64 29
Octal 320 0 110 0 144 101 22 523 144 51
Binary 11010000 0 1001000 0 1100100 1000001 10010 101010011 1100100 101001

Color Harmonies of #D00048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00048

Black with #D00048

Text Example


Text Example

White with #D00048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00048; }

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

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

background-color css

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

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

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

border-color css

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

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

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