Html Css Color HEX #DA482F Cinnabar

📋 copy color: '#DA482F'

red 218 ◦ green 72 ◦ blue 47

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

Shades of Cinnabar #DA482F

Tints of Cinnabar #DA482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.95%

R = 64.69%
G = 21.36%
B = 13.95%

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

#DA482F (or 0xDA482F) is known color: Cinnabar. HEX triplet: DA, 48 and 2F. RGB value is (218,72,47). Sum of RGB (Red+Green+Blue) = 218+72+47=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA482F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA482F is #25B7D0. Grayscale: #717171. Windows color (decimal): -2471889 or 3098842. OLE color: 3098842.

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

Color convert

RGB 218 72 47 -
CMYK 0 0.67 0.78 0.15
HSL 8.77º 0.7% 0.52% -
HSV(B) 8.77º 0.78% 0.85% -
XYZ 31.74 19.75 4.83 -
YUV 112.8 90.87 203.03 -
System Red Green Blue C M Y K H S L
Decimal 218 72 47 0 0.67 0.78 0.15 8.77 0.7 0.52
Hex DA 48 2F 0 43 4E F 9 46 34
Octal 332 110 57 0 103 116 17 11 106 64
Binary 11011010 1001000 101111 0 1000011 1001110 1111 1001 1000110 110100

Color Harmonies of #DA482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA482F

Black with #DA482F

Text Example


Text Example

White with #DA482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA482F; }

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

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

background-color css

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

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

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

border-color css

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

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

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