Html Css Color HEX #D0104B Crimson

📋 copy color: '#D0104B'

red 208 ◦ green 16 ◦ blue 75

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

Shades of Crimson #D0104B

Tints of Crimson #D0104B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.35%

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

R = 69.57%
G = 5.35%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0104B (or 0xD0104B) is known color: Crimson. HEX triplet: D0, 10 and 4B. RGB value is (208,16,75). Sum of RGB (Red+Green+Blue) = 208+16+75=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D0104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0104B is #2FEFB4. Grayscale: #505050. Windows color (decimal): -3141557 or 4919504. OLE color: 4919504.

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

Color convert

RGB 208 16 75 -
CMYK 0 0.92 0.64 0.18
HSL 341.56º 0.86% 0.44% -
HSV(B) 341.56º 0.92% 0.82% -
XYZ 27.47 14.29 7.97 -
YUV 80.13 125.11 219.2 -
System Red Green Blue C M Y K H S L
Decimal 208 16 75 0 0.92 0.64 0.18 341.56 0.86 0.44
Hex D0 10 4B 0 5C 40 12 156 56 2C
Octal 320 20 113 0 134 100 22 526 126 54
Binary 11010000 10000 1001011 0 1011100 1000000 10010 101010110 1010110 101100

Color Harmonies of #D0104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0104B

Black with #D0104B

Text Example


Text Example

White with #D0104B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0104B; }

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

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

background-color css

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

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

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

border-color css

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

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

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