Html Css Color HEX #D21340 Crimson

📋 copy color: '#D21340'

red 210 ◦ green 19 ◦ blue 64

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

Shades of Crimson #D21340

Tints of Crimson #D21340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 71.67%
G = 6.48%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D21340 (or 0xD21340) is known color: Crimson. HEX triplet: D2, 13 and 40. RGB value is (210,19,64). Sum of RGB (Red+Green+Blue) = 210+19+64=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D21340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21340 is #2DECBF. Grayscale: #515151. Windows color (decimal): -3009728 or 4199378. OLE color: 4199378.

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

Color convert

RGB 210 19 64 -
CMYK 0 0.91 0.70 0.18
HSL 345.86º 0.83% 0.45% -
HSV(B) 345.86º 0.91% 0.82% -
XYZ 27.74 14.54 6.19 -
YUV 81.24 118.28 219.84 -
System Red Green Blue C M Y K H S L
Decimal 210 19 64 0 0.91 0.70 0.18 345.86 0.83 0.45
Hex D2 13 40 0 5B 46 12 15A 53 2D
Octal 322 23 100 0 133 106 22 532 123 55
Binary 11010010 10011 1000000 0 1011011 1000110 10010 101011010 1010011 101101

Color Harmonies of #D21340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21340

Black with #D21340

Text Example


Text Example

White with #D21340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21340; }

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

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

background-color css

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

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

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

border-color css

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

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

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