Html Css Color HEX #D0003D Crimson

📋 copy color: '#D0003D'

red 208 ◦ green 0 ◦ blue 61

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

Shades of Crimson #D0003D

Tints of Crimson #D0003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.68%

R = 77.32%
G = 0%
B = 22.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0003D (or 0xD0003D) is known color: Crimson. HEX triplet: D0, 00 and 3D. RGB value is (208,0,61). Sum of RGB (Red+Green+Blue) = 208+0+61=269 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.32% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 208 - color contains mainly: red. Hex color #D0003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0003D is #2FFFC2. Grayscale: #454545. Windows color (decimal): -3145667 or 3997904. OLE color: 3997904.

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

Color convert

RGB 208 0 61 -
CMYK 0 1 0.71 0.18
HSL 342.4º 1% 0.41% -
HSV(B) 342.4º 1% 0.82% -
XYZ 26.85 13.75 5.65 -
YUV 69.15 123.41 227.04 -
System Red Green Blue C M Y K H S L
Decimal 208 0 61 0 1 0.71 0.18 342.4 1 0.41
Hex D0 0 3D 0 64 47 12 156 64 29
Octal 320 0 75 0 144 107 22 526 144 51
Binary 11010000 0 111101 0 1100100 1000111 10010 101010110 1100100 101001

Color Harmonies of #D0003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0003D

Black with #D0003D

Text Example


Text Example

White with #D0003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0003D; }

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

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

background-color css

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

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

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

border-color css

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

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

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