Html Css Color HEX #DA4730 Cinnabar

📋 copy color: '#DA4730'

red 218 ◦ green 71 ◦ blue 48

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

Shades of Cinnabar #DA4730

Tints of Cinnabar #DA4730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.07%

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

R = 64.69%
G = 21.07%
B = 14.24%

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

#DA4730 (or 0xDA4730) is known color: Cinnabar. HEX triplet: DA, 47 and 30. RGB value is (218,71,48). Sum of RGB (Red+Green+Blue) = 218+71+48=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4730 is #25B8CF. Grayscale: #707070. Windows color (decimal): -2472144 or 3164122. OLE color: 3164122.

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

Color convert

RGB 218 71 48 -
CMYK 0 0.67 0.78 0.15
HSL 8.12º 0.7% 0.52% -
HSV(B) 8.12º 0.78% 0.85% -
XYZ 31.7 19.63 4.91 -
YUV 112.33 91.7 203.37 -
System Red Green Blue C M Y K H S L
Decimal 218 71 48 0 0.67 0.78 0.15 8.12 0.7 0.52
Hex DA 47 30 0 43 4E F 8 46 34
Octal 332 107 60 0 103 116 17 10 106 64
Binary 11011010 1000111 110000 0 1000011 1001110 1111 1000 1000110 110100

Color Harmonies of #DA4730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4730

Black with #DA4730

Text Example


Text Example

White with #DA4730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4730; }

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

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

background-color css

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

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

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

border-color css

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

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

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