Html Css Color HEX #D20632 Crimson

📋 copy color: '#D20632'

red 210 ◦ green 6 ◦ blue 50

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

Shades of Crimson #D20632

Tints of Crimson #D20632

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 78.95%
G = 2.26%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D20632 (or 0xD20632) is known color: Crimson. HEX triplet: D2, 06 and 32. RGB value is (210,6,50). Sum of RGB (Red+Green+Blue) = 210+6+50=266 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.95% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 210 - color contains mainly: red. Hex color #D20632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20632 is #2DF9CD. Grayscale: #484848. Windows color (decimal): -3013070 or 3278546. OLE color: 3278546.

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

Color convert

RGB 210 6 50 -
CMYK 0 0.97 0.76 0.18
HSL 347.06º 0.94% 0.42% -
HSV(B) 347.06º 0.97% 0.82% -
XYZ 27.22 14.06 4.3 -
YUV 72.01 115.59 226.42 -
System Red Green Blue C M Y K H S L
Decimal 210 6 50 0 0.97 0.76 0.18 347.06 0.94 0.42
Hex D2 6 32 0 61 4C 12 15B 5E 2A
Octal 322 6 62 0 141 114 22 533 136 52
Binary 11010010 110 110010 0 1100001 1001100 10010 101011011 1011110 101010

Color Harmonies of #D20632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20632

Black with #D20632

Text Example


Text Example

White with #D20632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20632; }

 p { color: rgb(210,6,50); }

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

background-color css

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

 a { background-color: rgb(210,6,50); }

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

border-color css

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

 span { border-color: rgb(210,6,50); }

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