Html Css Color HEX #DD0633 Crimson

📋 copy color: '#DD0633'

red 221 ◦ green 6 ◦ blue 51

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

Shades of Crimson #DD0633

Tints of Crimson #DD0633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.35%

R = 79.5%
G = 2.16%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD0633 (or 0xDD0633) is known color: Crimson. HEX triplet: DD, 06 and 33. RGB value is (221,6,51). Sum of RGB (Red+Green+Blue) = 221+6+51=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0633 is #22F9CC. Grayscale: #4B4B4B. Windows color (decimal): -2292173 or 3344093. OLE color: 3344093.

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

Color convert

RGB 221 6 51 -
CMYK 0 0.97 0.77 0.13
HSL 347.44º 0.95% 0.45% -
HSV(B) 347.44º 0.97% 0.87% -
XYZ 30.48 15.74 4.56 -
YUV 75.42 114.23 231.84 -
System Red Green Blue C M Y K H S L
Decimal 221 6 51 0 0.97 0.77 0.13 347.44 0.95 0.45
Hex DD 6 33 0 61 4D D 15B 5F 2D
Octal 335 6 63 0 141 115 15 533 137 55
Binary 11011101 110 110011 0 1100001 1001101 1101 101011011 1011111 101101

Color Harmonies of #DD0633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0633

Black with #DD0633

Text Example


Text Example

White with #DD0633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0633; }

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

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

background-color css

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

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

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

border-color css

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

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

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