Html Css Color HEX #DD002A Crimson

📋 copy color: '#DD002A'

red 221 ◦ green 0 ◦ blue 42

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

Shades of Crimson #DD002A

Tints of Crimson #DD002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.97%

R = 84.03%
G = 0%
B = 15.97%

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

#DD002A (or 0xDD002A) is known color: Crimson. HEX triplet: DD, 00 and 2A. RGB value is (221,0,42). Sum of RGB (Red+Green+Blue) = 221+0+42=263 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.03% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 221 - color contains mainly: red. Hex color #DD002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD002A is #22FFD5. Grayscale: #464646. Windows color (decimal): -2293718 or 2752733. OLE color: 2752733.

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

Color convert

RGB 221 0 42 -
CMYK 0 1 0.81 0.13
HSL 348.6º 1% 0.43% -
HSV(B) 348.6º 1% 0.87% -
XYZ 30.24 15.54 3.6 -
YUV 70.87 111.72 235.08 -
System Red Green Blue C M Y K H S L
Decimal 221 0 42 0 1 0.81 0.13 348.6 1 0.43
Hex DD 0 2A 0 64 51 D 15D 64 2B
Octal 335 0 52 0 144 121 15 535 144 53
Binary 11011101 0 101010 0 1100100 1010001 1101 101011101 1100100 101011

Color Harmonies of #DD002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD002A

Black with #DD002A

Text Example


Text Example

White with #DD002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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