Html Css Color HEX #D21730 Crimson

📋 copy color: '#D21730'

red 210 ◦ green 23 ◦ blue 48

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

Shades of Crimson #D21730

Tints of Crimson #D21730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.19%

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 74.73%
G = 8.19%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D21730 (or 0xD21730) is known color: Crimson. HEX triplet: D2, 17 and 30. RGB value is (210,23,48). Sum of RGB (Red+Green+Blue) = 210+23+48=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D21730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21730 is #2DE8CF. Grayscale: #515151. Windows color (decimal): -3008720 or 3151826. OLE color: 3151826.

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

Color convert

RGB 210 23 48 -
CMYK 0 0.89 0.77 0.18
HSL 351.98º 0.8% 0.46% -
HSV(B) 351.98º 0.89% 0.82% -
XYZ 27.42 14.53 4.16 -
YUV 81.76 108.95 219.47 -
System Red Green Blue C M Y K H S L
Decimal 210 23 48 0 0.89 0.77 0.18 351.98 0.8 0.46
Hex D2 17 30 0 59 4D 12 160 50 2E
Octal 322 27 60 0 131 115 22 540 120 56
Binary 11010010 10111 110000 0 1011001 1001101 10010 101100000 1010000 101110

Color Harmonies of #D21730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21730

Black with #D21730

Text Example


Text Example

White with #D21730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21730; }

 p { color: rgb(210,23,48); }

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

background-color css

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

 a { background-color: rgb(210,23,48); }

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

border-color css

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

 span { border-color: rgb(210,23,48); }

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