Html Css Color HEX #DA4830 Cinnabar

📋 copy color: '#DA4830'

red 218 ◦ green 72 ◦ blue 48

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

Shades of Cinnabar #DA4830

Tints of Cinnabar #DA4830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.3%

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

R = 64.5%
G = 21.3%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA4830 (or 0xDA4830) is known color: Cinnabar. HEX triplet: DA, 48 and 30. RGB value is (218,72,48). Sum of RGB (Red+Green+Blue) = 218+72+48=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4830 is #25B7CF. Grayscale: #717171. Windows color (decimal): -2471888 or 3164378. OLE color: 3164378.

HSL color Cylindrical-coordinate representation of color #DA4830: hue angle of 8.47º 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 #DA4830 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 72 48 -
CMYK 0 0.67 0.78 0.15
HSL 8.47º 0.7% 0.52% -
HSV(B) 8.47º 0.78% 0.85% -
XYZ 31.76 19.75 4.93 -
YUV 112.92 91.37 202.95 -
System Red Green Blue C M Y K H S L
Decimal 218 72 48 0 0.67 0.78 0.15 8.47 0.7 0.52
Hex DA 48 30 0 43 4E F 8 46 34
Octal 332 110 60 0 103 116 17 10 106 64
Binary 11011010 1001000 110000 0 1000011 1001110 1111 1000 1000110 110100

Color Harmonies of #DA4830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4830

Black with #DA4830

Text Example


Text Example

White with #DA4830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4830; }

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

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

background-color css

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

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

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

border-color css

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

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

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