Html Css Color HEX #DD002B Crimson

📋 copy color: '#DD002B'

red 221 ◦ green 0 ◦ blue 43

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

Shades of Crimson #DD002B

Tints of Crimson #DD002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.29%

R = 83.71%
G = 0%
B = 16.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD002B (or 0xDD002B) is known color: Crimson. HEX triplet: DD, 00 and 2B. RGB value is (221,0,43). Sum of RGB (Red+Green+Blue) = 221+0+43=264 (34% of max value = 765). Red value is 221 (86.72% from 255 or 83.71% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 221 - color contains mainly: red. Hex color #DD002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD002B is #22FFD4. Grayscale: #474747. Windows color (decimal): -2293717 or 2818269. OLE color: 2818269.

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

Color convert

RGB 221 0 43 -
CMYK 0 1 0.81 0.13
HSL 348.33º 1% 0.43% -
HSV(B) 348.33º 1% 0.87% -
XYZ 30.25 15.55 3.69 -
YUV 70.98 112.22 235 -
System Red Green Blue C M Y K H S L
Decimal 221 0 43 0 1 0.81 0.13 348.33 1 0.43
Hex DD 0 2B 0 64 51 D 15C 64 2B
Octal 335 0 53 0 144 121 15 534 144 53
Binary 11011101 0 101011 0 1100100 1010001 1101 101011100 1100100 101011

Color Harmonies of #DD002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD002B

Black with #DD002B

Text Example


Text Example

White with #DD002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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