Html Css Color HEX #D21B33 Crimson

📋 copy color: '#D21B33'

red 210 ◦ green 27 ◦ blue 51

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

Shades of Crimson #D21B33

Tints of Crimson #D21B33

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.38%

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

R = 72.92%
G = 9.38%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D21B33 (or 0xD21B33) is known color: Crimson. HEX triplet: D2, 1B and 33. RGB value is (210,27,51). Sum of RGB (Red+Green+Blue) = 210+27+51=288 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.92% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21B33 is #2DE4CC. Grayscale: #545454. Windows color (decimal): -3007693 or 3349458. OLE color: 3349458.

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

Color convert

RGB 210 27 51 -
CMYK 0 0.87 0.76 0.18
HSL 352.13º 0.77% 0.46% -
HSV(B) 352.13º 0.87% 0.82% -
XYZ 27.57 14.72 4.52 -
YUV 84.45 109.13 217.55 -
System Red Green Blue C M Y K H S L
Decimal 210 27 51 0 0.87 0.76 0.18 352.13 0.77 0.46
Hex D2 1B 33 0 57 4C 12 160 4D 2E
Octal 322 33 63 0 127 114 22 540 115 56
Binary 11010010 11011 110011 0 1010111 1001100 10010 101100000 1001101 101110

Color Harmonies of #D21B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21B33

Black with #D21B33

Text Example


Text Example

White with #D21B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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