Html Css Color HEX #D01D4B Crimson

📋 copy color: '#D01D4B'

red 208 ◦ green 29 ◦ blue 75

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

Shades of Crimson #D01D4B

Tints of Crimson #D01D4B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.29%

 BLUE value IS 75 (29.69% from 255) = 24.04%

R = 66.67%
G = 9.29%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D01D4B (or 0xD01D4B) is known color: Crimson. HEX triplet: D0, 1D and 4B. RGB value is (208,29,75). Sum of RGB (Red+Green+Blue) = 208+29+75=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01D4B is #2FE2B4. Grayscale: #575757. Windows color (decimal): -3138229 or 4922832. OLE color: 4922832.

HSL color Cylindrical-coordinate representation of color #D01D4B: hue angle of 344.58º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01D4B is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 29 75 -
CMYK 0 0.86 0.64 0.18
HSL 344.58º 0.76% 0.46% -
HSV(B) 344.58º 0.86% 0.82% -
XYZ 27.72 14.8 8.05 -
YUV 87.77 120.8 213.76 -
System Red Green Blue C M Y K H S L
Decimal 208 29 75 0 0.86 0.64 0.18 344.58 0.76 0.46
Hex D0 1D 4B 0 56 40 12 159 4C 2E
Octal 320 35 113 0 126 100 22 531 114 56
Binary 11010000 11101 1001011 0 1010110 1000000 10010 101011001 1001100 101110

Color Harmonies of #D01D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D4B

Black with #D01D4B

Text Example


Text Example

White with #D01D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D4B; }

 p { color: rgb(208,29,75); }

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

background-color css

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

 a { background-color: rgb(208,29,75); }

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

border-color css

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

 span { border-color: rgb(208,29,75); }

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