Html Css Color HEX #DC3D29 Cinnabar

📋 copy color: '#DC3D29'

red 220 ◦ green 61 ◦ blue 41

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

Shades of Cinnabar #DC3D29

Tints of Cinnabar #DC3D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.73%

R = 68.32%
G = 18.94%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC3D29 (or 0xDC3D29) is known color: Cinnabar. HEX triplet: DC, 3D and 29. RGB value is (220,61,41). Sum of RGB (Red+Green+Blue) = 220+61+41=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3D29 is #23C2D6. Grayscale: #6A6A6A. Windows color (decimal): -2343639 or 2702812. OLE color: 2702812.

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

Color convert

RGB 220 61 41 -
CMYK 0 0.72 0.81 0.14
HSL 6.7º 0.72% 0.51% -
HSV(B) 6.7º 0.81% 0.86% -
XYZ 31.58 18.71 4.05 -
YUV 106.26 91.18 209.13 -
System Red Green Blue C M Y K H S L
Decimal 220 61 41 0 0.72 0.81 0.14 6.7 0.72 0.51
Hex DC 3D 29 0 48 51 E 7 48 33
Octal 334 75 51 0 110 121 16 7 110 63
Binary 11011100 111101 101001 0 1001000 1010001 1110 111 1001000 110011

Color Harmonies of #DC3D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D29

Black with #DC3D29

Text Example


Text Example

White with #DC3D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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