Html Css Color HEX #DD063A Crimson

📋 copy color: '#DD063A'

red 221 ◦ green 6 ◦ blue 58

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

Shades of Crimson #DD063A

Tints of Crimson #DD063A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 77.54%
G = 2.11%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD063A (or 0xDD063A) is known color: Crimson. HEX triplet: DD, 06 and 3A. RGB value is (221,6,58). Sum of RGB (Red+Green+Blue) = 221+6+58=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD063A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD063A is #22F9C5. Grayscale: #4C4C4C. Windows color (decimal): -2292166 or 3802845. OLE color: 3802845.

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

Color convert

RGB 221 6 58 -
CMYK 0 0.97 0.74 0.13
HSL 345.49º 0.95% 0.45% -
HSV(B) 345.49º 0.97% 0.87% -
XYZ 30.65 15.81 5.44 -
YUV 76.21 117.73 231.27 -
System Red Green Blue C M Y K H S L
Decimal 221 6 58 0 0.97 0.74 0.13 345.49 0.95 0.45
Hex DD 6 3A 0 61 4A D 159 5F 2D
Octal 335 6 72 0 141 112 15 531 137 55
Binary 11011101 110 111010 0 1100001 1001010 1101 101011001 1011111 101101

Color Harmonies of #DD063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD063A

Black with #DD063A

Text Example


Text Example

White with #DD063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD063A; }

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

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

background-color css

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

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

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

border-color css

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

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

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