Html Css Color HEX #DD3A2A Cinnabar

📋 copy color: '#DD3A2A'

red 221 ◦ green 58 ◦ blue 42

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

Shades of Cinnabar #DD3A2A

Tints of Cinnabar #DD3A2A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.07%

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

R = 68.85%
G = 18.07%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD3A2A (or 0xDD3A2A) is known color: Cinnabar. HEX triplet: DD, 3A and 2A. RGB value is (221,58,42). Sum of RGB (Red+Green+Blue) = 221+58+42=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A2A is #22C5D5. Grayscale: #696969. Windows color (decimal): -2278870 or 2767581. OLE color: 2767581.

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

Color convert

RGB 221 58 42 -
CMYK 0 0.74 0.81 0.13
HSL 5.36º 0.72% 0.52% -
HSV(B) 5.36º 0.81% 0.87% -
XYZ 31.75 18.57 4.1 -
YUV 104.91 92.5 210.8 -
System Red Green Blue C M Y K H S L
Decimal 221 58 42 0 0.74 0.81 0.13 5.36 0.72 0.52
Hex DD 3A 2A 0 4A 51 D 5 48 34
Octal 335 72 52 0 112 121 15 5 110 64
Binary 11011101 111010 101010 0 1001010 1010001 1101 101 1001000 110100

Color Harmonies of #DD3A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3A2A

Black with #DD3A2A

Text Example


Text Example

White with #DD3A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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