Html Css Color HEX #DD0643 Crimson

📋 copy color: '#DD0643'

red 221 ◦ green 6 ◦ blue 67

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

Shades of Crimson #DD0643

Tints of Crimson #DD0643

RGB

 RED value IS 221 (86.72% from 255) = 75.17%

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

 BLUE value IS 67 (26.56% from 255) = 22.79%

R = 75.17%
G = 2.04%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD0643 (or 0xDD0643) is known color: Crimson. HEX triplet: DD, 06 and 43. RGB value is (221,6,67). Sum of RGB (Red+Green+Blue) = 221+6+67=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0643 is #22F9BC. Grayscale: #4D4D4D. Windows color (decimal): -2292157 or 4392669. OLE color: 4392669.

HSL color Cylindrical-coordinate representation of color #DD0643: hue angle of 342.98º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD0643 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 6 67 -
CMYK 0 0.97 0.70 0.13
HSL 342.98º 0.95% 0.45% -
HSV(B) 342.98º 0.97% 0.87% -
XYZ 30.9 15.91 6.75 -
YUV 77.24 122.23 230.54 -
System Red Green Blue C M Y K H S L
Decimal 221 6 67 0 0.97 0.70 0.13 342.98 0.95 0.45
Hex DD 6 43 0 61 46 D 157 5F 2D
Octal 335 6 103 0 141 106 15 527 137 55
Binary 11011101 110 1000011 0 1100001 1000110 1101 101010111 1011111 101101

Color Harmonies of #DD0643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0643

Black with #DD0643

Text Example


Text Example

White with #DD0643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0643; }

 p { color: rgb(221,6,67); }

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

background-color css

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

 a { background-color: rgb(221,6,67); }

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

border-color css

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

 span { border-color: rgb(221,6,67); }

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