Html Css Color HEX #D0013D Crimson

📋 copy color: '#D0013D'

red 208 ◦ green 1 ◦ blue 61

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

Shades of Crimson #D0013D

Tints of Crimson #D0013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 77.04%
G = 0.37%
B = 22.59%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0013D (or 0xD0013D) is known color: Crimson. HEX triplet: D0, 01 and 3D. RGB value is (208,1,61). Sum of RGB (Red+Green+Blue) = 208+1+61=270 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.04% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 208 - color contains mainly: red. Hex color #D0013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0013D is #2FFEC2. Grayscale: #454545. Windows color (decimal): -3145411 or 3998160. OLE color: 3998160.

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

Color convert

RGB 208 1 61 -
CMYK 0 1.00 0.71 0.18
HSL 342.61º 0.99% 0.41% -
HSV(B) 342.61º 1% 0.82% -
XYZ 26.87 13.77 5.66 -
YUV 69.73 123.08 226.62 -
System Red Green Blue C M Y K H S L
Decimal 208 1 61 0 1.00 0.71 0.18 342.61 0.99 0.41
Hex D0 1 3D 0 64 47 12 157 63 29
Octal 320 1 75 0 144 107 22 527 143 51
Binary 11010000 1 111101 0 1100100 1000111 10010 101010111 1100011 101001

Color Harmonies of #D0013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0013D

Black with #D0013D

Text Example


Text Example

White with #D0013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0013D; }

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

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

background-color css

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

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

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

border-color css

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

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

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