Html Css Color HEX #D21834 Crimson

📋 copy color: '#D21834'

red 210 ◦ green 24 ◦ blue 52

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

Shades of Crimson #D21834

Tints of Crimson #D21834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 73.43%
G = 8.39%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D21834 (or 0xD21834) is known color: Crimson. HEX triplet: D2, 18 and 34. RGB value is (210,24,52). Sum of RGB (Red+Green+Blue) = 210+24+52=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D21834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21834 is #2DE7CB. Grayscale: #525252. Windows color (decimal): -3008460 or 3414226. OLE color: 3414226.

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

Color convert

RGB 210 24 52 -
CMYK 0 0.89 0.75 0.18
HSL 350.97º 0.79% 0.46% -
HSV(B) 350.97º 0.89% 0.82% -
XYZ 27.52 14.6 4.62 -
YUV 82.81 110.62 218.72 -
System Red Green Blue C M Y K H S L
Decimal 210 24 52 0 0.89 0.75 0.18 350.97 0.79 0.46
Hex D2 18 34 0 59 4B 12 15F 4F 2E
Octal 322 30 64 0 131 113 22 537 117 56
Binary 11010010 11000 110100 0 1011001 1001011 10010 101011111 1001111 101110

Color Harmonies of #D21834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21834

Black with #D21834

Text Example


Text Example

White with #D21834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21834; }

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

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

background-color css

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

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

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

border-color css

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

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

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