Html Css Color HEX #D20634 Crimson

📋 copy color: '#D20634'

red 210 ◦ green 6 ◦ blue 52

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

Shades of Crimson #D20634

Tints of Crimson #D20634

RGB

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

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

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

R = 78.36%
G = 2.24%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D20634 (or 0xD20634) is known color: Crimson. HEX triplet: D2, 06 and 34. RGB value is (210,6,52). Sum of RGB (Red+Green+Blue) = 210+6+52=268 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.36% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 210 - color contains mainly: red. Hex color #D20634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20634 is #2DF9CB. Grayscale: #484848. Windows color (decimal): -3013068 or 3409618. OLE color: 3409618.

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

Color convert

RGB 210 6 52 -
CMYK 0 0.97 0.75 0.18
HSL 346.47º 0.94% 0.42% -
HSV(B) 346.47º 0.97% 0.82% -
XYZ 27.26 14.08 4.53 -
YUV 72.24 116.59 226.26 -
System Red Green Blue C M Y K H S L
Decimal 210 6 52 0 0.97 0.75 0.18 346.47 0.94 0.42
Hex D2 6 34 0 61 4B 12 15A 5E 2A
Octal 322 6 64 0 141 113 22 532 136 52
Binary 11010010 110 110100 0 1100001 1001011 10010 101011010 1011110 101010

Color Harmonies of #D20634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20634

Black with #D20634

Text Example


Text Example

White with #D20634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20634; }

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

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

background-color css

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

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

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

border-color css

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

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

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