Html Css Color HEX #DC4D33 Cinnabar

📋 copy color: '#DC4D33'

red 220 ◦ green 77 ◦ blue 51

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

Shades of Cinnabar #DC4D33

Tints of Cinnabar #DC4D33

RGB

 RED value IS 220 (86.33% from 255) = 63.22%

 GREEN value IS 77 (30.47% from 255) = 22.13%

 BLUE value IS 51 (20.31% from 255) = 14.66%

R = 63.22%
G = 22.13%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC4D33 (or 0xDC4D33) is known color: Cinnabar. HEX triplet: DC, 4D and 33. RGB value is (220,77,51). Sum of RGB (Red+Green+Blue) = 220+77+51=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D33 is #23B2CC. Grayscale: #757575. Windows color (decimal): -2339533 or 3362268. OLE color: 3362268.

HSL color Cylindrical-coordinate representation of color #DC4D33: hue angle of 9.23º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC4D33 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 77 51 -
CMYK 0 0.65 0.77 0.14
HSL 9.23º 0.71% 0.53% -
HSV(B) 9.23º 0.77% 0.86% -
XYZ 32.77 20.76 5.41 -
YUV 116.79 90.88 201.61 -
System Red Green Blue C M Y K H S L
Decimal 220 77 51 0 0.65 0.77 0.14 9.23 0.71 0.53
Hex DC 4D 33 0 41 4D E 9 47 35
Octal 334 115 63 0 101 115 16 11 107 65
Binary 11011100 1001101 110011 0 1000001 1001101 1110 1001 1000111 110101

Color Harmonies of #DC4D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D33

Black with #DC4D33

Text Example


Text Example

White with #DC4D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D33; }

 p { color: rgb(220,77,51); }

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

background-color css

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

 a { background-color: rgb(220,77,51); }

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

border-color css

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

 span { border-color: rgb(220,77,51); }

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