Html Css Color HEX #DC4238 Cinnabar

📋 copy color: '#DC4238'

red 220 ◦ green 66 ◦ blue 56

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

Shades of Cinnabar #DC4238

Tints of Cinnabar #DC4238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.3%

 BLUE value IS 56 (22.27% from 255) = 16.37%

R = 64.33%
G = 19.3%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC4238 (or 0xDC4238) is known color: Cinnabar. HEX triplet: DC, 42 and 38. RGB value is (220,66,56). Sum of RGB (Red+Green+Blue) = 220+66+56=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4238 is #23BDC7. Grayscale: #6F6F6F. Windows color (decimal): -2342344 or 3687132. OLE color: 3687132.

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

Color convert

RGB 220 66 56 -
CMYK 0 0.7 0.75 0.14
HSL 3.66º 0.7% 0.54% -
HSV(B) 3.66º 0.75% 0.86% -
XYZ 32.18 19.4 5.79 -
YUV 110.91 97.02 205.81 -
System Red Green Blue C M Y K H S L
Decimal 220 66 56 0 0.7 0.75 0.14 3.66 0.7 0.54
Hex DC 42 38 0 46 4B E 4 46 36
Octal 334 102 70 0 106 113 16 4 106 66
Binary 11011100 1000010 111000 0 1000110 1001011 1110 100 1000110 110110

Color Harmonies of #DC4238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4238

Black with #DC4238

Text Example


Text Example

White with #DC4238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4238; }

 p { color: rgb(220,66,56); }

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

background-color css

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

 a { background-color: rgb(220,66,56); }

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

border-color css

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

 span { border-color: rgb(220,66,56); }

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