Html Css Color HEX #D0003F Crimson

📋 copy color: '#D0003F'

red 208 ◦ green 0 ◦ blue 63

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

Shades of Crimson #D0003F

Tints of Crimson #D0003F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.25%

R = 76.75%
G = 0%
B = 23.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0003F (or 0xD0003F) is known color: Crimson. HEX triplet: D0, 00 and 3F. RGB value is (208,0,63). Sum of RGB (Red+Green+Blue) = 208+0+63=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D0003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0003F is #2FFFC0. Grayscale: #454545. Windows color (decimal): -3145665 or 4128976. OLE color: 4128976.

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

Color convert

RGB 208 0 63 -
CMYK 0 1 0.70 0.18
HSL 341.83º 1% 0.41% -
HSV(B) 341.83º 1% 0.82% -
XYZ 26.91 13.77 5.94 -
YUV 69.37 124.41 226.88 -
System Red Green Blue C M Y K H S L
Decimal 208 0 63 0 1 0.70 0.18 341.83 1 0.41
Hex D0 0 3F 0 64 46 12 156 64 29
Octal 320 0 77 0 144 106 22 526 144 51
Binary 11010000 0 111111 0 1100100 1000110 10010 101010110 1100100 101001

Color Harmonies of #D0003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0003F

Black with #D0003F

Text Example


Text Example

White with #D0003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0003F; }

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

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

background-color css

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

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

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

border-color css

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

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

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