Html Css Color HEX #DC362A Cinnabar

📋 copy color: '#DC362A'

red 220 ◦ green 54 ◦ blue 42

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

Shades of Cinnabar #DC362A

Tints of Cinnabar #DC362A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 69.62%
G = 17.09%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC362A (or 0xDC362A) is known color: Cinnabar. HEX triplet: DC, 36 and 2A. RGB value is (220,54,42). Sum of RGB (Red+Green+Blue) = 220+54+42=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC362A is #23C9D5. Grayscale: #666666. Windows color (decimal): -2345430 or 2766556. OLE color: 2766556.

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

Color convert

RGB 220 54 42 -
CMYK 0 0.75 0.81 0.14
HSL 4.04º 0.72% 0.51% -
HSV(B) 4.04º 0.81% 0.86% -
XYZ 31.25 18.02 4.02 -
YUV 102.27 94 211.98 -
System Red Green Blue C M Y K H S L
Decimal 220 54 42 0 0.75 0.81 0.14 4.04 0.72 0.51
Hex DC 36 2A 0 4B 51 E 4 48 33
Octal 334 66 52 0 113 121 16 4 110 63
Binary 11011100 110110 101010 0 1001011 1010001 1110 100 1001000 110011

Color Harmonies of #DC362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC362A

Black with #DC362A

Text Example


Text Example

White with #DC362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC362A; }

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

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

background-color css

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

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

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

border-color css

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

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

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