Html Css Color HEX #D20B4C Crimson

📋 copy color: '#D20B4C'

red 210 ◦ green 11 ◦ blue 76

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

Shades of Crimson #D20B4C

Tints of Crimson #D20B4C

RGB

 RED value IS 210 (82.42% from 255) = 70.71%

 GREEN value IS 11 (4.69% from 255) = 3.7%

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

R = 70.71%
G = 3.7%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D20B4C (or 0xD20B4C) is known color: Crimson. HEX triplet: D2, 0B and 4C. RGB value is (210,11,76). Sum of RGB (Red+Green+Blue) = 210+11+76=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D20B4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20B4C is #2DF4B3. Grayscale: #4D4D4D. Windows color (decimal): -3011764 or 4983762. OLE color: 4983762.

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

Color convert

RGB 210 11 76 -
CMYK 0 0.95 0.64 0.18
HSL 340.4º 0.9% 0.43% -
HSV(B) 340.4º 0.95% 0.82% -
XYZ 28 14.46 8.15 -
YUV 77.91 126.93 222.21 -
System Red Green Blue C M Y K H S L
Decimal 210 11 76 0 0.95 0.64 0.18 340.4 0.9 0.43
Hex D2 B 4C 0 5F 40 12 154 5A 2B
Octal 322 13 114 0 137 100 22 524 132 53
Binary 11010010 1011 1001100 0 1011111 1000000 10010 101010100 1011010 101011

Color Harmonies of #D20B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20B4C

Black with #D20B4C

Text Example


Text Example

White with #D20B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20B4C; }

 p { color: rgb(210,11,76); }

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

background-color css

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

 a { background-color: rgb(210,11,76); }

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

border-color css

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

 span { border-color: rgb(210,11,76); }

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