Html Css Color HEX #DD0631 Crimson

📋 copy color: '#DD0631'

red 221 ◦ green 6 ◦ blue 49

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

Shades of Crimson #DD0631

Tints of Crimson #DD0631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 80.07%
G = 2.17%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD0631 (or 0xDD0631) is known color: Crimson. HEX triplet: DD, 06 and 31. RGB value is (221,6,49). Sum of RGB (Red+Green+Blue) = 221+6+49=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0631 is #22F9CE. Grayscale: #4B4B4B. Windows color (decimal): -2292175 or 3213021. OLE color: 3213021.

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

Color convert

RGB 221 6 49 -
CMYK 0 0.97 0.78 0.13
HSL 348º 0.95% 0.45% -
HSV(B) 348º 0.97% 0.87% -
XYZ 30.44 15.72 4.34 -
YUV 75.19 113.23 232 -
System Red Green Blue C M Y K H S L
Decimal 221 6 49 0 0.97 0.78 0.13 348 0.95 0.45
Hex DD 6 31 0 61 4E D 15C 5F 2D
Octal 335 6 61 0 141 116 15 534 137 55
Binary 11011101 110 110001 0 1100001 1001110 1101 101011100 1011111 101101

Color Harmonies of #DD0631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0631

Black with #DD0631

Text Example


Text Example

White with #DD0631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0631; }

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

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

background-color css

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

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

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

border-color css

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

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

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