Html Css Color HEX #D0134D Crimson

📋 copy color: '#D0134D'

red 208 ◦ green 19 ◦ blue 77

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

Shades of Crimson #D0134D

Tints of Crimson #D0134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.25%

 BLUE value IS 77 (30.47% from 255) = 25.33%

R = 68.42%
G = 6.25%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0134D (or 0xD0134D) is known color: Crimson. HEX triplet: D0, 13 and 4D. RGB value is (208,19,77). Sum of RGB (Red+Green+Blue) = 208+19+77=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D0134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0134D is #2FECB2. Grayscale: #525252. Windows color (decimal): -3140787 or 5051344. OLE color: 5051344.

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

Color convert

RGB 208 19 77 -
CMYK 0 0.91 0.63 0.18
HSL 341.59º 0.83% 0.45% -
HSV(B) 341.59º 0.91% 0.82% -
XYZ 27.58 14.41 8.35 -
YUV 82.12 125.12 217.78 -
System Red Green Blue C M Y K H S L
Decimal 208 19 77 0 0.91 0.63 0.18 341.59 0.83 0.45
Hex D0 13 4D 0 5B 3F 12 156 53 2D
Octal 320 23 115 0 133 77 22 526 123 55
Binary 11010000 10011 1001101 0 1011011 111111 10010 101010110 1010011 101101

Color Harmonies of #D0134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0134D

Black with #D0134D

Text Example


Text Example

White with #D0134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0134D; }

 p { color: rgb(208,19,77); }

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

background-color css

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

 a { background-color: rgb(208,19,77); }

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

border-color css

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

 span { border-color: rgb(208,19,77); }

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