Html Css Color HEX #DD003D Crimson

📋 copy color: '#DD003D'

red 221 ◦ green 0 ◦ blue 61

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

Shades of Crimson #DD003D

Tints of Crimson #DD003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.63%

R = 78.37%
G = 0%
B = 21.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD003D (or 0xDD003D) is known color: Crimson. HEX triplet: DD, 00 and 3D. RGB value is (221,0,61). Sum of RGB (Red+Green+Blue) = 221+0+61=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD003D is #22FFC2. Grayscale: #494949. Windows color (decimal): -2293699 or 3997917. OLE color: 3997917.

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

Color convert

RGB 221 0 61 -
CMYK 0 1 0.72 0.13
HSL 343.44º 1% 0.43% -
HSV(B) 343.44º 1% 0.87% -
XYZ 30.66 15.71 5.83 -
YUV 73.03 121.22 233.54 -
System Red Green Blue C M Y K H S L
Decimal 221 0 61 0 1 0.72 0.13 343.44 1 0.43
Hex DD 0 3D 0 64 48 D 157 64 2B
Octal 335 0 75 0 144 110 15 527 144 53
Binary 11011101 0 111101 0 1100100 1001000 1101 101010111 1100100 101011

Color Harmonies of #DD003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD003D

Black with #DD003D

Text Example


Text Example

White with #DD003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD003D; }

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

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

background-color css

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

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

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

border-color css

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

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

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