Html Css Color HEX #D21330 Crimson

📋 copy color: '#D21330'

red 210 ◦ green 19 ◦ blue 48

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

Shades of Crimson #D21330

Tints of Crimson #D21330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.86%

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

R = 75.81%
G = 6.86%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D21330 (or 0xD21330) is known color: Crimson. HEX triplet: D2, 13 and 30. RGB value is (210,19,48). Sum of RGB (Red+Green+Blue) = 210+19+48=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D21330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21330 is #2DECCF. Grayscale: #4F4F4F. Windows color (decimal): -3009744 or 3150802. OLE color: 3150802.

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

Color convert

RGB 210 19 48 -
CMYK 0 0.91 0.77 0.18
HSL 350.89º 0.83% 0.45% -
HSV(B) 350.89º 0.91% 0.82% -
XYZ 27.34 14.38 4.13 -
YUV 79.42 110.28 221.14 -
System Red Green Blue C M Y K H S L
Decimal 210 19 48 0 0.91 0.77 0.18 350.89 0.83 0.45
Hex D2 13 30 0 5B 4D 12 15F 53 2D
Octal 322 23 60 0 133 115 22 537 123 55
Binary 11010010 10011 110000 0 1011011 1001101 10010 101011111 1010011 101101

Color Harmonies of #D21330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21330

Black with #D21330

Text Example


Text Example

White with #D21330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21330; }

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

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

background-color css

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

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

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

border-color css

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

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

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