Html Css Color HEX #DD3E2A Cinnabar

📋 copy color: '#DD3E2A'

red 221 ◦ green 62 ◦ blue 42

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

Shades of Cinnabar #DD3E2A

Tints of Cinnabar #DD3E2A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.08%

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

R = 68%
G = 19.08%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD3E2A (or 0xDD3E2A) is known color: Cinnabar. HEX triplet: DD, 3E and 2A. RGB value is (221,62,42). Sum of RGB (Red+Green+Blue) = 221+62+42=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E2A is #22C1D5. Grayscale: #6B6B6B. Windows color (decimal): -2277846 or 2768605. OLE color: 2768605.

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

Color convert

RGB 221 62 42 -
CMYK 0 0.72 0.81 0.13
HSL 6.7º 0.72% 0.52% -
HSV(B) 6.7º 0.81% 0.87% -
XYZ 31.96 18.98 4.17 -
YUV 107.26 91.18 209.13 -
System Red Green Blue C M Y K H S L
Decimal 221 62 42 0 0.72 0.81 0.13 6.7 0.72 0.52
Hex DD 3E 2A 0 48 51 D 7 48 34
Octal 335 76 52 0 110 121 15 7 110 64
Binary 11011101 111110 101010 0 1001000 1010001 1101 111 1001000 110100

Color Harmonies of #DD3E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E2A

Black with #DD3E2A

Text Example


Text Example

White with #DD3E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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