Html Css Color HEX #D0134C Crimson

📋 copy color: '#D0134C'

red 208 ◦ green 19 ◦ blue 76

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

Shades of Crimson #D0134C

Tints of Crimson #D0134C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.08%

R = 68.65%
G = 6.27%
B = 25.08%

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

#D0134C (or 0xD0134C) is known color: Crimson. HEX triplet: D0, 13 and 4C. RGB value is (208,19,76). Sum of RGB (Red+Green+Blue) = 208+19+76=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D0134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0134C is #2FECB3. Grayscale: #515151. Windows color (decimal): -3140788 or 4985808. OLE color: 4985808.

HSL color Cylindrical-coordinate representation of color #D0134C: hue angle of 341.9º 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 #D0134C is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 19 76 -
CMYK 0 0.91 0.63 0.18
HSL 341.9º 0.83% 0.45% -
HSV(B) 341.9º 0.91% 0.82% -
XYZ 27.55 14.4 8.16 -
YUV 82.01 124.62 217.87 -
System Red Green Blue C M Y K H S L
Decimal 208 19 76 0 0.91 0.63 0.18 341.9 0.83 0.45
Hex D0 13 4C 0 5B 3F 12 156 53 2D
Octal 320 23 114 0 133 77 22 526 123 55
Binary 11010000 10011 1001100 0 1011011 111111 10010 101010110 1010011 101101

Color Harmonies of #D0134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0134C

Black with #D0134C

Text Example


Text Example

White with #D0134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0134C; }

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

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

background-color css

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

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

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

border-color css

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

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

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