Html Css Color HEX #D2124C Crimson

📋 copy color: '#D2124C'

red 210 ◦ green 18 ◦ blue 76

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

Shades of Crimson #D2124C

Tints of Crimson #D2124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.92%

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

R = 69.08%
G = 5.92%
B = 25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2124C (or 0xD2124C) is known color: Crimson. HEX triplet: D2, 12 and 4C. RGB value is (210,18,76). Sum of RGB (Red+Green+Blue) = 210+18+76=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D2124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2124C is #2DEDB3. Grayscale: #515151. Windows color (decimal): -3009972 or 4985554. OLE color: 4985554.

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

Color convert

RGB 210 18 76 -
CMYK 0 0.91 0.64 0.18
HSL 341.88º 0.84% 0.45% -
HSV(B) 341.88º 0.91% 0.82% -
XYZ 28.1 14.66 8.19 -
YUV 82.02 124.61 219.28 -
System Red Green Blue C M Y K H S L
Decimal 210 18 76 0 0.91 0.64 0.18 341.88 0.84 0.45
Hex D2 12 4C 0 5B 40 12 156 54 2D
Octal 322 22 114 0 133 100 22 526 124 55
Binary 11010010 10010 1001100 0 1011011 1000000 10010 101010110 1010100 101101

Color Harmonies of #D2124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2124C

Black with #D2124C

Text Example


Text Example

White with #D2124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2124C; }

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

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

background-color css

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

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

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

border-color css

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

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

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