Html Css Color HEX #DA4E2E Cinnabar

📋 copy color: '#DA4E2E'

red 218 ◦ green 78 ◦ blue 46

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

Shades of Cinnabar #DA4E2E

Tints of Cinnabar #DA4E2E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.81%

 BLUE value IS 46 (18.36% from 255) = 13.45%

R = 63.74%
G = 22.81%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA4E2E (or 0xDA4E2E) is known color: Cinnabar. HEX triplet: DA, 4E and 2E. RGB value is (218,78,46). Sum of RGB (Red+Green+Blue) = 218+78+46=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4E2E is #25B1D1. Grayscale: #747474. Windows color (decimal): -2470354 or 3034842. OLE color: 3034842.

HSL color Cylindrical-coordinate representation of color #DA4E2E: hue angle of 11.16º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA4E2E is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 78 46 -
CMYK 0 0.64 0.79 0.15
HSL 11.16º 0.7% 0.52% -
HSV(B) 11.16º 0.79% 0.85% -
XYZ 32.13 20.55 4.86 -
YUV 116.21 88.38 200.6 -
System Red Green Blue C M Y K H S L
Decimal 218 78 46 0 0.64 0.79 0.15 11.16 0.7 0.52
Hex DA 4E 2E 0 40 4F F B 46 34
Octal 332 116 56 0 100 117 17 13 106 64
Binary 11011010 1001110 101110 0 1000000 1001111 1111 1011 1000110 110100

Color Harmonies of #DA4E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4E2E

Black with #DA4E2E

Text Example


Text Example

White with #DA4E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4E2E; }

 p { color: rgb(218,78,46); }

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

background-color css

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

 a { background-color: rgb(218,78,46); }

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

border-color css

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

 span { border-color: rgb(218,78,46); }

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