Html Css Color HEX #DC3D28 Cinnabar

📋 copy color: '#DC3D28'

red 220 ◦ green 61 ◦ blue 40

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

Shades of Cinnabar #DC3D28

Tints of Cinnabar #DC3D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.46%

R = 68.54%
G = 19%
B = 12.46%

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

#DC3D28 (or 0xDC3D28) is known color: Cinnabar. HEX triplet: DC, 3D and 28. RGB value is (220,61,40). Sum of RGB (Red+Green+Blue) = 220+61+40=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3D28 is #23C2D7. Grayscale: #6A6A6A. Windows color (decimal): -2343640 or 2637276. OLE color: 2637276.

HSL color Cylindrical-coordinate representation of color #DC3D28: hue angle of 7º 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 #DC3D28 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 61 40 -
CMYK 0 0.72 0.82 0.14
HSL 0.72% 0.51% -
HSV(B) 0.82% 0.86% -
XYZ 31.57 18.71 3.95 -
YUV 106.15 90.68 209.21 -
System Red Green Blue C M Y K H S L
Decimal 220 61 40 0 0.72 0.82 0.14 7 0.72 0.51
Hex DC 3D 28 0 48 52 E 7 48 33
Octal 334 75 50 0 110 122 16 7 110 63
Binary 11011100 111101 101000 0 1001000 1010010 1110 111 1001000 110011

Color Harmonies of #DC3D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D28

Black with #DC3D28

Text Example


Text Example

White with #DC3D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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