Html Css Color HEX #D21B4B Crimson

📋 copy color: '#D21B4B'

red 210 ◦ green 27 ◦ blue 75

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

Shades of Crimson #D21B4B

Tints of Crimson #D21B4B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.65%

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

R = 67.31%
G = 8.65%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D21B4B (or 0xD21B4B) is known color: Crimson. HEX triplet: D2, 1B and 4B. RGB value is (210,27,75). Sum of RGB (Red+Green+Blue) = 210+27+75=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21B4B is #2DE4B4. Grayscale: #575757. Windows color (decimal): -3007669 or 4922322. OLE color: 4922322.

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

Color convert

RGB 210 27 75 -
CMYK 0 0.87 0.64 0.18
HSL 344.26º 0.77% 0.46% -
HSV(B) 344.26º 0.87% 0.82% -
XYZ 28.24 14.99 8.06 -
YUV 87.19 121.13 215.6 -
System Red Green Blue C M Y K H S L
Decimal 210 27 75 0 0.87 0.64 0.18 344.26 0.77 0.46
Hex D2 1B 4B 0 57 40 12 158 4D 2E
Octal 322 33 113 0 127 100 22 530 115 56
Binary 11010010 11011 1001011 0 1010111 1000000 10010 101011000 1001101 101110

Color Harmonies of #D21B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21B4B

Black with #D21B4B

Text Example


Text Example

White with #D21B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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