Html Css Color HEX #DD0630 Crimson

📋 copy color: '#DD0630'

red 221 ◦ green 6 ◦ blue 48

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

Shades of Crimson #DD0630

Tints of Crimson #DD0630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.45%

R = 80.36%
G = 2.18%
B = 17.45%

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

#DD0630 (or 0xDD0630) is known color: Crimson. HEX triplet: DD, 06 and 30. RGB value is (221,6,48). Sum of RGB (Red+Green+Blue) = 221+6+48=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0630 is #22F9CF. Grayscale: #4B4B4B. Windows color (decimal): -2292176 or 3147485. OLE color: 3147485.

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

Color convert

RGB 221 6 48 -
CMYK 0 0.97 0.78 0.13
HSL 348.28º 0.95% 0.45% -
HSV(B) 348.28º 0.97% 0.87% -
XYZ 30.42 15.72 4.23 -
YUV 75.07 112.73 232.08 -
System Red Green Blue C M Y K H S L
Decimal 221 6 48 0 0.97 0.78 0.13 348.28 0.95 0.45
Hex DD 6 30 0 61 4E D 15C 5F 2D
Octal 335 6 60 0 141 116 15 534 137 55
Binary 11011101 110 110000 0 1100001 1001110 1101 101011100 1011111 101101

Color Harmonies of #DD0630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0630

Black with #DD0630

Text Example


Text Example

White with #DD0630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0630; }

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

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

background-color css

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

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

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

border-color css

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

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

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