Html Css Color HEX #DA4F3A Cinnabar

📋 copy color: '#DA4F3A'

red 218 ◦ green 79 ◦ blue 58

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

Shades of Cinnabar #DA4F3A

Tints of Cinnabar #DA4F3A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.25%

 BLUE value IS 58 (23.05% from 255) = 16.34%

R = 61.41%
G = 22.25%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA4F3A (or 0xDA4F3A) is known color: Cinnabar. HEX triplet: DA, 4F and 3A. RGB value is (218,79,58). Sum of RGB (Red+Green+Blue) = 218+79+58=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4F3A is #25B0C5. Grayscale: #767676. Windows color (decimal): -2470086 or 3821530. OLE color: 3821530.

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

Color convert

RGB 218 79 58 -
CMYK 0 0.64 0.73 0.15
HSL 7.88º 0.68% 0.54% -
HSV(B) 7.88º 0.73% 0.85% -
XYZ 32.47 20.8 6.31 -
YUV 118.17 94.05 199.21 -
System Red Green Blue C M Y K H S L
Decimal 218 79 58 0 0.64 0.73 0.15 7.88 0.68 0.54
Hex DA 4F 3A 0 40 49 F 8 44 36
Octal 332 117 72 0 100 111 17 10 104 66
Binary 11011010 1001111 111010 0 1000000 1001001 1111 1000 1000100 110110

Color Harmonies of #DA4F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4F3A

Black with #DA4F3A

Text Example


Text Example

White with #DA4F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4F3A; }

 p { color: rgb(218,79,58); }

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

background-color css

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

 a { background-color: rgb(218,79,58); }

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

border-color css

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

 span { border-color: rgb(218,79,58); }

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