Html Css Color HEX #D21333 Crimson

📋 copy color: '#D21333'

red 210 ◦ green 19 ◦ blue 51

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

Shades of Crimson #D21333

Tints of Crimson #D21333

RGB

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

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

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

R = 75%
G = 6.79%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D21333 (or 0xD21333) is known color: Crimson. HEX triplet: D2, 13 and 33. RGB value is (210,19,51). Sum of RGB (Red+Green+Blue) = 210+19+51=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D21333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21333 is #2DECCC. Grayscale: #4F4F4F. Windows color (decimal): -3009741 or 3347410. OLE color: 3347410.

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

Color convert

RGB 210 19 51 -
CMYK 0 0.91 0.76 0.18
HSL 349.95º 0.83% 0.45% -
HSV(B) 349.95º 0.91% 0.82% -
XYZ 27.41 14.41 4.47 -
YUV 79.76 111.78 220.9 -
System Red Green Blue C M Y K H S L
Decimal 210 19 51 0 0.91 0.76 0.18 349.95 0.83 0.45
Hex D2 13 33 0 5B 4C 12 15E 53 2D
Octal 322 23 63 0 133 114 22 536 123 55
Binary 11010010 10011 110011 0 1011011 1001100 10010 101011110 1010011 101101

Color Harmonies of #D21333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21333

Black with #D21333

Text Example


Text Example

White with #D21333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21333; }

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

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

background-color css

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

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

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

border-color css

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

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

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