Html Css Color HEX #DA4E30 Cinnabar

📋 copy color: '#DA4E30'

red 218 ◦ green 78 ◦ blue 48

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

Shades of Cinnabar #DA4E30

Tints of Cinnabar #DA4E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.95%

R = 63.37%
G = 22.67%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA4E30 (or 0xDA4E30) is known color: Cinnabar. HEX triplet: DA, 4E and 30. RGB value is (218,78,48). Sum of RGB (Red+Green+Blue) = 218+78+48=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4E30 is #25B1CF. Grayscale: #747474. Windows color (decimal): -2470352 or 3165914. OLE color: 3165914.

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

Color convert

RGB 218 78 48 -
CMYK 0 0.64 0.78 0.15
HSL 10.59º 0.7% 0.52% -
HSV(B) 10.59º 0.78% 0.85% -
XYZ 32.17 20.57 5.07 -
YUV 116.44 89.38 200.44 -
System Red Green Blue C M Y K H S L
Decimal 218 78 48 0 0.64 0.78 0.15 10.59 0.7 0.52
Hex DA 4E 30 0 40 4E F B 46 34
Octal 332 116 60 0 100 116 17 13 106 64
Binary 11011010 1001110 110000 0 1000000 1001110 1111 1011 1000110 110100

Color Harmonies of #DA4E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4E30

Black with #DA4E30

Text Example


Text Example

White with #DA4E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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