Html Css Color HEX #DA382C Cinnabar

📋 copy color: '#DA382C'

red 218 ◦ green 56 ◦ blue 44

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

Shades of Cinnabar #DA382C

Tints of Cinnabar #DA382C

RGB

 RED value IS 218 (85.55% from 255) = 68.55%

 GREEN value IS 56 (22.27% from 255) = 17.61%

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 68.55%
G = 17.61%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA382C (or 0xDA382C) is known color: Cinnabar. HEX triplet: DA, 38 and 2C. RGB value is (218,56,44). Sum of RGB (Red+Green+Blue) = 218+56+44=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA382C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA382C is #25C7D3. Grayscale: #676767. Windows color (decimal): -2475988 or 2898138. OLE color: 2898138.

HSL color Cylindrical-coordinate representation of color #DA382C: hue angle of 4.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA382C is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 56 44 -
CMYK 0 0.74 0.80 0.15
HSL 4.14º 0.7% 0.51% -
HSV(B) 4.14º 0.8% 0.85% -
XYZ 30.78 17.92 4.22 -
YUV 103.07 94.67 209.98 -
System Red Green Blue C M Y K H S L
Decimal 218 56 44 0 0.74 0.80 0.15 4.14 0.7 0.51
Hex DA 38 2C 0 4A 50 F 4 46 33
Octal 332 70 54 0 112 120 17 4 106 63
Binary 11011010 111000 101100 0 1001010 1010000 1111 100 1000110 110011

Color Harmonies of #DA382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA382C

Black with #DA382C

Text Example


Text Example

White with #DA382C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA382C; }

 p { color: rgb(218,56,44); }

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

background-color css

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

 a { background-color: rgb(218,56,44); }

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

border-color css

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

 span { border-color: rgb(218,56,44); }

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