Html Css Color HEX #D21346 Crimson

📋 copy color: '#D21346'

red 210 ◦ green 19 ◦ blue 70

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

Shades of Crimson #D21346

Tints of Crimson #D21346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.41%

R = 70.23%
G = 6.35%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D21346 (or 0xD21346) is known color: Crimson. HEX triplet: D2, 13 and 46. RGB value is (210,19,70). Sum of RGB (Red+Green+Blue) = 210+19+70=299 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.23% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 210 - color contains mainly: red. Hex color #D21346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21346 is #2DECB9. Grayscale: #515151. Windows color (decimal): -3009722 or 4592594. OLE color: 4592594.

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

Color convert

RGB 210 19 70 -
CMYK 0 0.91 0.67 0.18
HSL 343.98º 0.83% 0.45% -
HSV(B) 343.98º 0.91% 0.82% -
XYZ 27.92 14.61 7.14 -
YUV 81.92 121.28 219.35 -
System Red Green Blue C M Y K H S L
Decimal 210 19 70 0 0.91 0.67 0.18 343.98 0.83 0.45
Hex D2 13 46 0 5B 43 12 158 53 2D
Octal 322 23 106 0 133 103 22 530 123 55
Binary 11010010 10011 1000110 0 1011011 1000011 10010 101011000 1010011 101101

Color Harmonies of #D21346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21346

Black with #D21346

Text Example


Text Example

White with #D21346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21346; }

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

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

background-color css

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

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

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

border-color css

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

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

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