Html Css Color HEX #DD3D3A Cinnabar

📋 copy color: '#DD3D3A'

red 221 ◦ green 61 ◦ blue 58

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

Shades of Cinnabar #DD3D3A

Tints of Cinnabar #DD3D3A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.94%

 BLUE value IS 58 (23.05% from 255) = 17.06%

R = 65%
G = 17.94%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD3D3A (or 0xDD3D3A) is known color: Cinnabar. HEX triplet: DD, 3D and 3A. RGB value is (221,61,58). Sum of RGB (Red+Green+Blue) = 221+61+58=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3D3A is #22C2C5. Grayscale: #6C6C6C. Windows color (decimal): -2278086 or 3816925. OLE color: 3816925.

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

Color convert

RGB 221 61 58 -
CMYK 0 0.72 0.74 0.13
HSL 1.1º 0.71% 0.55% -
HSV(B) 1.1º 0.74% 0.87% -
XYZ 32.25 19.02 5.97 -
YUV 108.5 99.51 208.24 -
System Red Green Blue C M Y K H S L
Decimal 221 61 58 0 0.72 0.74 0.13 1.1 0.71 0.55
Hex DD 3D 3A 0 48 4A D 1 47 37
Octal 335 75 72 0 110 112 15 1 107 67
Binary 11011101 111101 111010 0 1001000 1001010 1101 1 1000111 110111

Color Harmonies of #DD3D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D3A

Black with #DD3D3A

Text Example


Text Example

White with #DD3D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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