Html Css Color HEX #DD002C Crimson

📋 copy color: '#DD002C'

red 221 ◦ green 0 ◦ blue 44

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

Shades of Crimson #DD002C

Tints of Crimson #DD002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 44 (17.58% from 255) = 16.6%

R = 83.4%
G = 0%
B = 16.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD002C (or 0xDD002C) is known color: Crimson. HEX triplet: DD, 00 and 2C. RGB value is (221,0,44). Sum of RGB (Red+Green+Blue) = 221+0+44=265 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.40% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 221 - color contains mainly: red. Hex color #DD002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD002C is #22FFD3. Grayscale: #474747. Windows color (decimal): -2293716 or 2883805. OLE color: 2883805.

HSL color Cylindrical-coordinate representation of color #DD002C: hue angle of 348.05º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD002C is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 44 -
CMYK 0 1 0.80 0.13
HSL 348.05º 1% 0.43% -
HSV(B) 348.05º 1% 0.87% -
XYZ 30.27 15.55 3.79 -
YUV 71.1 112.72 234.92 -
System Red Green Blue C M Y K H S L
Decimal 221 0 44 0 1 0.80 0.13 348.05 1 0.43
Hex DD 0 2C 0 64 50 D 15C 64 2B
Octal 335 0 54 0 144 120 15 534 144 53
Binary 11011101 0 101100 0 1100100 1010000 1101 101011100 1100100 101011

Color Harmonies of #DD002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD002C

Black with #DD002C

Text Example


Text Example

White with #DD002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD002C; }

 p { color: rgb(221,0,44); }

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

background-color css

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

 a { background-color: rgb(221,0,44); }

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

border-color css

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

 span { border-color: rgb(221,0,44); }

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