Html Css Color HEX #DC481E Cinnabar

📋 copy color: '#DC481E'

red 220 ◦ green 72 ◦ blue 30

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

Shades of Cinnabar #DC481E

Tints of Cinnabar #DC481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.36%

 BLUE value IS 30 (12.11% from 255) = 9.32%

R = 68.32%
G = 22.36%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC481E (or 0xDC481E) is known color: Cinnabar. HEX triplet: DC, 48 and 1E. RGB value is (220,72,30). Sum of RGB (Red+Green+Blue) = 220+72+30=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC481E is #23B7E1. Grayscale: #6F6F6F. Windows color (decimal): -2340834 or 1984732. OLE color: 1984732.

HSL color Cylindrical-coordinate representation of color #DC481E: hue angle of 13.26º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC481E is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 72 30 -
CMYK 0 0.67 0.86 0.14
HSL 13.26º 0.76% 0.49% -
HSV(B) 13.26º 0.86% 0.86% -
XYZ 32.07 19.94 3.39 -
YUV 111.46 82.03 205.42 -
System Red Green Blue C M Y K H S L
Decimal 220 72 30 0 0.67 0.86 0.14 13.26 0.76 0.49
Hex DC 48 1E 0 43 56 E D 4C 31
Octal 334 110 36 0 103 126 16 15 114 61
Binary 11011100 1001000 11110 0 1000011 1010110 1110 1101 1001100 110001

Color Harmonies of #DC481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC481E

Black with #DC481E

Text Example


Text Example

White with #DC481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC481E; }

 p { color: rgb(220,72,30); }

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

background-color css

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

 a { background-color: rgb(220,72,30); }

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

border-color css

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

 span { border-color: rgb(220,72,30); }

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