Html Css Color HEX #D21334 Crimson

📋 copy color: '#D21334'

red 210 ◦ green 19 ◦ blue 52

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

Shades of Crimson #D21334

Tints of Crimson #D21334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.51%

R = 74.73%
G = 6.76%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D21334 (or 0xD21334) is known color: Crimson. HEX triplet: D2, 13 and 34. RGB value is (210,19,52). Sum of RGB (Red+Green+Blue) = 210+19+52=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D21334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21334 is #2DECCB. Grayscale: #4F4F4F. Windows color (decimal): -3009740 or 3412946. OLE color: 3412946.

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

Color convert

RGB 210 19 52 -
CMYK 0 0.91 0.75 0.18
HSL 349.63º 0.83% 0.45% -
HSV(B) 349.63º 0.91% 0.82% -
XYZ 27.43 14.42 4.59 -
YUV 79.87 112.28 220.82 -
System Red Green Blue C M Y K H S L
Decimal 210 19 52 0 0.91 0.75 0.18 349.63 0.83 0.45
Hex D2 13 34 0 5B 4B 12 15E 53 2D
Octal 322 23 64 0 133 113 22 536 123 55
Binary 11010010 10011 110100 0 1011011 1001011 10010 101011110 1010011 101101

Color Harmonies of #D21334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21334

Black with #D21334

Text Example


Text Example

White with #D21334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21334; }

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

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

background-color css

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

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

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

border-color css

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

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

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