Html Css Color HEX #D2124B Crimson

📋 copy color: '#D2124B'

red 210 ◦ green 18 ◦ blue 75

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

Shades of Crimson #D2124B

Tints of Crimson #D2124B

RGB

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

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

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

R = 69.31%
G = 5.94%
B = 24.75%

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

#D2124B (or 0xD2124B) is known color: Crimson. HEX triplet: D2, 12 and 4B. RGB value is (210,18,75). Sum of RGB (Red+Green+Blue) = 210+18+75=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D2124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2124B is #2DEDB4. Grayscale: #515151. Windows color (decimal): -3009973 or 4920018. OLE color: 4920018.

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

Color convert

RGB 210 18 75 -
CMYK 0 0.91 0.64 0.18
HSL 342.19º 0.84% 0.45% -
HSV(B) 342.19º 0.91% 0.82% -
XYZ 28.06 14.64 8 -
YUV 81.91 124.11 219.37 -
System Red Green Blue C M Y K H S L
Decimal 210 18 75 0 0.91 0.64 0.18 342.19 0.84 0.45
Hex D2 12 4B 0 5B 40 12 156 54 2D
Octal 322 22 113 0 133 100 22 526 124 55
Binary 11010010 10010 1001011 0 1011011 1000000 10010 101010110 1010100 101101

Color Harmonies of #D2124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2124B

Black with #D2124B

Text Example


Text Example

White with #D2124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2124B; }

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

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

background-color css

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

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

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

border-color css

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

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

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