Html Css Color HEX #DC3634 Cinnabar

📋 copy color: '#DC3634'

red 220 ◦ green 54 ◦ blue 52

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

Shades of Cinnabar #DC3634

Tints of Cinnabar #DC3634

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.56%

 BLUE value IS 52 (20.7% from 255) = 15.95%

R = 67.48%
G = 16.56%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC3634 (or 0xDC3634) is known color: Cinnabar. HEX triplet: DC, 36 and 34. RGB value is (220,54,52). Sum of RGB (Red+Green+Blue) = 220+54+52=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3634 is #23C9CB. Grayscale: #676767. Windows color (decimal): -2345420 or 3421916. OLE color: 3421916.

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

Color convert

RGB 220 54 52 -
CMYK 0 0.75 0.76 0.14
HSL 0.71º 0.71% 0.53% -
HSV(B) 0.71º 0.76% 0.86% -
XYZ 31.45 18.1 5.09 -
YUV 103.41 99 211.16 -
System Red Green Blue C M Y K H S L
Decimal 220 54 52 0 0.75 0.76 0.14 0.71 0.71 0.53
Hex DC 36 34 0 4B 4C E 1 47 35
Octal 334 66 64 0 113 114 16 1 107 65
Binary 11011100 110110 110100 0 1001011 1001100 1110 1 1000111 110101

Color Harmonies of #DC3634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3634

Black with #DC3634

Text Example


Text Example

White with #DC3634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3634; }

 p { color: rgb(220,54,52); }

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

background-color css

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

 a { background-color: rgb(220,54,52); }

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

border-color css

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

 span { border-color: rgb(220,54,52); }

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