Html Css Color HEX #DD463A Cinnabar

📋 copy color: '#DD463A'

red 221 ◦ green 70 ◦ blue 58

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

Shades of Cinnabar #DD463A

Tints of Cinnabar #DD463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.06%

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

R = 63.32%
G = 20.06%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD463A (or 0xDD463A) is known color: Cinnabar. HEX triplet: DD, 46 and 3A. RGB value is (221,70,58). Sum of RGB (Red+Green+Blue) = 221+70+58=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD463A is #22B9C5. Grayscale: #717171. Windows color (decimal): -2275782 or 3819229. OLE color: 3819229.

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

Color convert

RGB 221 70 58 -
CMYK 0 0.68 0.74 0.13
HSL 4.42º 0.71% 0.55% -
HSV(B) 4.42º 0.74% 0.87% -
XYZ 32.77 20.06 6.15 -
YUV 113.78 96.53 204.48 -
System Red Green Blue C M Y K H S L
Decimal 221 70 58 0 0.68 0.74 0.13 4.42 0.71 0.55
Hex DD 46 3A 0 44 4A D 4 47 37
Octal 335 106 72 0 104 112 15 4 107 67
Binary 11011101 1000110 111010 0 1000100 1001010 1101 100 1000111 110111

Color Harmonies of #DD463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD463A

Black with #DD463A

Text Example


Text Example

White with #DD463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD463A; }

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

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

background-color css

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

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

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

border-color css

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

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

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