Html Css Color HEX #DA4645 Cinnabar

📋 copy color: '#DA4645'

red 218 ◦ green 70 ◦ blue 69

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

Shades of Cinnabar #DA4645

Tints of Cinnabar #DA4645

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.61%

 BLUE value IS 69 (27.34% from 255) = 19.33%

R = 61.06%
G = 19.61%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA4645 (or 0xDA4645) is known color: Cinnabar. HEX triplet: DA, 46 and 45. RGB value is (218,70,69). Sum of RGB (Red+Green+Blue) = 218+70+69=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4645 is #25B9BA. Grayscale: #727272. Windows color (decimal): -2472379 or 4540122. OLE color: 4540122.

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

Color convert

RGB 218 70 69 -
CMYK 0 0.68 0.68 0.15
HSL 0.4º 0.67% 0.56% -
HSV(B) 0.4º 0.68% 0.85% -
XYZ 32.18 19.72 7.74 -
YUV 114.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 218 70 69 0 0.68 0.68 0.15 0.4 0.67 0.56
Hex DA 46 45 0 44 44 F 0 43 38
Octal 332 106 105 0 104 104 17 0 103 70
Binary 11011010 1000110 1000101 0 1000100 1000100 1111 0 1000011 111000

Color Harmonies of #DA4645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4645

Black with #DA4645

Text Example


Text Example

White with #DA4645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4645; }

 p { color: rgb(218,70,69); }

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

background-color css

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

 a { background-color: rgb(218,70,69); }

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

border-color css

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

 span { border-color: rgb(218,70,69); }

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