Html Css Color HEX #DC392B Cinnabar

📋 copy color: '#DC392B'

red 220 ◦ green 57 ◦ blue 43

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

Shades of Cinnabar #DC392B

Tints of Cinnabar #DC392B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.81%

 BLUE value IS 43 (17.19% from 255) = 13.44%

R = 68.75%
G = 17.81%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC392B (or 0xDC392B) is known color: Cinnabar. HEX triplet: DC, 39 and 2B. RGB value is (220,57,43). Sum of RGB (Red+Green+Blue) = 220+57+43=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC392B is #23C6D4. Grayscale: #686868. Windows color (decimal): -2344661 or 2832860. OLE color: 2832860.

HSL color Cylindrical-coordinate representation of color #DC392B: hue angle of 4.75º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC392B is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 57 43 -
CMYK 0 0.74 0.80 0.14
HSL 4.75º 0.72% 0.52% -
HSV(B) 4.75º 0.8% 0.86% -
XYZ 31.41 18.32 4.17 -
YUV 104.14 93.5 210.64 -
System Red Green Blue C M Y K H S L
Decimal 220 57 43 0 0.74 0.80 0.14 4.75 0.72 0.52
Hex DC 39 2B 0 4A 50 E 5 48 34
Octal 334 71 53 0 112 120 16 5 110 64
Binary 11011100 111001 101011 0 1001010 1010000 1110 101 1001000 110100

Color Harmonies of #DC392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC392B

Black with #DC392B

Text Example


Text Example

White with #DC392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC392B; }

 p { color: rgb(220,57,43); }

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

background-color css

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

 a { background-color: rgb(220,57,43); }

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

border-color css

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

 span { border-color: rgb(220,57,43); }

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