Html Css Color HEX #DC3D26 Cinnabar

📋 copy color: '#DC3D26'

red 220 ◦ green 61 ◦ blue 38

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

Shades of Cinnabar #DC3D26

Tints of Cinnabar #DC3D26

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.12%

 BLUE value IS 38 (15.23% from 255) = 11.91%

R = 68.97%
G = 19.12%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC3D26 (or 0xDC3D26) is known color: Cinnabar. HEX triplet: DC, 3D and 26. RGB value is (220,61,38). Sum of RGB (Red+Green+Blue) = 220+61+38=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3D26 is #23C2D9. Grayscale: #6A6A6A. Windows color (decimal): -2343642 or 2506204. OLE color: 2506204.

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

Color convert

RGB 220 61 38 -
CMYK 0 0.72 0.83 0.14
HSL 7.58º 0.72% 0.51% -
HSV(B) 7.58º 0.83% 0.86% -
XYZ 31.53 18.69 3.78 -
YUV 105.92 89.68 209.37 -
System Red Green Blue C M Y K H S L
Decimal 220 61 38 0 0.72 0.83 0.14 7.58 0.72 0.51
Hex DC 3D 26 0 48 53 E 8 48 33
Octal 334 75 46 0 110 123 16 10 110 63
Binary 11011100 111101 100110 0 1001000 1010011 1110 1000 1001000 110011

Color Harmonies of #DC3D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D26

Black with #DC3D26

Text Example


Text Example

White with #DC3D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D26; }

 p { color: rgb(220,61,38); }

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

background-color css

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

 a { background-color: rgb(220,61,38); }

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

border-color css

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

 span { border-color: rgb(220,61,38); }

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