Html Css Color HEX #D0164B Crimson

📋 copy color: '#D0164B'

red 208 ◦ green 22 ◦ blue 75

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

Shades of Crimson #D0164B

Tints of Crimson #D0164B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.21%

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

R = 68.2%
G = 7.21%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0164B (or 0xD0164B) is known color: Crimson. HEX triplet: D0, 16 and 4B. RGB value is (208,22,75). Sum of RGB (Red+Green+Blue) = 208+22+75=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D0164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0164B is #2FE9B4. Grayscale: #535353. Windows color (decimal): -3140021 or 4921040. OLE color: 4921040.

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

Color convert

RGB 208 22 75 -
CMYK 0 0.89 0.64 0.18
HSL 342.9º 0.81% 0.45% -
HSV(B) 342.9º 0.89% 0.82% -
XYZ 27.57 14.49 8 -
YUV 83.66 123.12 216.69 -
System Red Green Blue C M Y K H S L
Decimal 208 22 75 0 0.89 0.64 0.18 342.9 0.81 0.45
Hex D0 16 4B 0 59 40 12 157 51 2D
Octal 320 26 113 0 131 100 22 527 121 55
Binary 11010000 10110 1001011 0 1011001 1000000 10010 101010111 1010001 101101

Color Harmonies of #D0164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0164B

Black with #D0164B

Text Example


Text Example

White with #D0164B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0164B; }

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

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

background-color css

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

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

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

border-color css

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

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

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