Html Css Color HEX #D0003E Crimson

📋 copy color: '#D0003E'

red 208 ◦ green 0 ◦ blue 62

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

Shades of Crimson #D0003E

Tints of Crimson #D0003E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.96%

R = 77.04%
G = 0%
B = 22.96%

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

#D0003E (or 0xD0003E) is known color: Crimson. HEX triplet: D0, 00 and 3E. RGB value is (208,0,62). Sum of RGB (Red+Green+Blue) = 208+0+62=270 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.04% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 208 - color contains mainly: red. Hex color #D0003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0003E is #2FFFC1. Grayscale: #454545. Windows color (decimal): -3145666 or 4063440. OLE color: 4063440.

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

Color convert

RGB 208 0 62 -
CMYK 0 1 0.70 0.18
HSL 342.12º 1% 0.41% -
HSV(B) 342.12º 1% 0.82% -
XYZ 26.88 13.76 5.8 -
YUV 69.26 123.91 226.96 -
System Red Green Blue C M Y K H S L
Decimal 208 0 62 0 1 0.70 0.18 342.12 1 0.41
Hex D0 0 3E 0 64 46 12 156 64 29
Octal 320 0 76 0 144 106 22 526 144 51
Binary 11010000 0 111110 0 1100100 1000110 10010 101010110 1100100 101001

Color Harmonies of #D0003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0003E

Black with #D0003E

Text Example


Text Example

White with #D0003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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