Html Css Color HEX #D21833 Crimson

📋 copy color: '#D21833'

red 210 ◦ green 24 ◦ blue 51

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

Shades of Crimson #D21833

Tints of Crimson #D21833

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.42%

 BLUE value IS 51 (20.31% from 255) = 17.89%

R = 73.68%
G = 8.42%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D21833 (or 0xD21833) is known color: Crimson. HEX triplet: D2, 18 and 33. RGB value is (210,24,51). Sum of RGB (Red+Green+Blue) = 210+24+51=285 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.68% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 210 - color contains mainly: red. Hex color #D21833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21833 is #2DE7CC. Grayscale: #525252. Windows color (decimal): -3008461 or 3348690. OLE color: 3348690.

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

Color convert

RGB 210 24 51 -
CMYK 0 0.89 0.76 0.18
HSL 351.29º 0.79% 0.46% -
HSV(B) 351.29º 0.89% 0.82% -
XYZ 27.5 14.59 4.5 -
YUV 82.69 110.12 218.8 -
System Red Green Blue C M Y K H S L
Decimal 210 24 51 0 0.89 0.76 0.18 351.29 0.79 0.46
Hex D2 18 33 0 59 4C 12 15F 4F 2E
Octal 322 30 63 0 131 114 22 537 117 56
Binary 11010010 11000 110011 0 1011001 1001100 10010 101011111 1001111 101110

Color Harmonies of #D21833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21833

Black with #D21833

Text Example


Text Example

White with #D21833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21833; }

 p { color: rgb(210,24,51); }

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

background-color css

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

 a { background-color: rgb(210,24,51); }

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

border-color css

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

 span { border-color: rgb(210,24,51); }

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