Html Css Color HEX #DA4F3C Cinnabar

📋 copy color: '#DA4F3C'

red 218 ◦ green 79 ◦ blue 60

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

Shades of Cinnabar #DA4F3C

Tints of Cinnabar #DA4F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.81%

R = 61.06%
G = 22.13%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA4F3C (or 0xDA4F3C) is known color: Cinnabar. HEX triplet: DA, 4F and 3C. RGB value is (218,79,60). Sum of RGB (Red+Green+Blue) = 218+79+60=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4F3C is #25B0C3. Grayscale: #767676. Windows color (decimal): -2470084 or 3952602. OLE color: 3952602.

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

Color convert

RGB 218 79 60 -
CMYK 0 0.64 0.72 0.15
HSL 7.22º 0.68% 0.55% -
HSV(B) 7.22º 0.72% 0.85% -
XYZ 32.53 20.82 6.58 -
YUV 118.4 95.05 199.04 -
System Red Green Blue C M Y K H S L
Decimal 218 79 60 0 0.64 0.72 0.15 7.22 0.68 0.55
Hex DA 4F 3C 0 40 48 F 7 44 37
Octal 332 117 74 0 100 110 17 7 104 67
Binary 11011010 1001111 111100 0 1000000 1001000 1111 111 1000100 110111

Color Harmonies of #DA4F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4F3C

Black with #DA4F3C

Text Example


Text Example

White with #DA4F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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