Html Css Color HEX #DC3D27 Cinnabar

📋 copy color: '#DC3D27'

red 220 ◦ green 61 ◦ blue 39

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

Shades of Cinnabar #DC3D27

Tints of Cinnabar #DC3D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.19%

R = 68.75%
G = 19.06%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC3D27 (or 0xDC3D27) is known color: Cinnabar. HEX triplet: DC, 3D and 27. RGB value is (220,61,39). Sum of RGB (Red+Green+Blue) = 220+61+39=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 39 (15.62% from 255 or 12.19% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3D27 is #23C2D8. Grayscale: #6A6A6A. Windows color (decimal): -2343641 or 2571740. OLE color: 2571740.

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

Color convert

RGB 220 61 39 -
CMYK 0 0.72 0.82 0.14
HSL 7.29º 0.72% 0.51% -
HSV(B) 7.29º 0.82% 0.86% -
XYZ 31.55 18.7 3.87 -
YUV 106.03 90.18 209.29 -
System Red Green Blue C M Y K H S L
Decimal 220 61 39 0 0.72 0.82 0.14 7.29 0.72 0.51
Hex DC 3D 27 0 48 52 E 7 48 33
Octal 334 75 47 0 110 122 16 7 110 63
Binary 11011100 111101 100111 0 1001000 1010010 1110 111 1001000 110011

Color Harmonies of #DC3D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D27

Black with #DC3D27

Text Example


Text Example

White with #DC3D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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