Html Css Color HEX #DD3F3A Cinnabar

📋 copy color: '#DD3F3A'

red 221 ◦ green 63 ◦ blue 58

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

Shades of Cinnabar #DD3F3A

Tints of Cinnabar #DD3F3A

RGB

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

 GREEN value IS 63 (25% from 255) = 18.42%

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

R = 64.62%
G = 18.42%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD3F3A (or 0xDD3F3A) is known color: Cinnabar. HEX triplet: DD, 3F and 3A. RGB value is (221,63,58). Sum of RGB (Red+Green+Blue) = 221+63+58=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F3A is #22C0C5. Grayscale: #6D6D6D. Windows color (decimal): -2277574 or 3817437. OLE color: 3817437.

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

Color convert

RGB 221 63 58 -
CMYK 0 0.71 0.74 0.13
HSL 1.84º 0.71% 0.55% -
HSV(B) 1.84º 0.74% 0.87% -
XYZ 32.36 19.23 6.01 -
YUV 109.67 98.85 207.41 -
System Red Green Blue C M Y K H S L
Decimal 221 63 58 0 0.71 0.74 0.13 1.84 0.71 0.55
Hex DD 3F 3A 0 47 4A D 2 47 37
Octal 335 77 72 0 107 112 15 2 107 67
Binary 11011101 111111 111010 0 1000111 1001010 1101 10 1000111 110111

Color Harmonies of #DD3F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F3A

Black with #DD3F3A

Text Example


Text Example

White with #DD3F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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