Html Css Color HEX #DA392D Cinnabar

📋 copy color: '#DA392D'

red 218 ◦ green 57 ◦ blue 45

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

Shades of Cinnabar #DA392D

Tints of Cinnabar #DA392D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.81%

 BLUE value IS 45 (17.97% from 255) = 14.06%

R = 68.13%
G = 17.81%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA392D (or 0xDA392D) is known color: Cinnabar. HEX triplet: DA, 39 and 2D. RGB value is (218,57,45). Sum of RGB (Red+Green+Blue) = 218+57+45=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA392D is #25C6D2. Grayscale: #676767. Windows color (decimal): -2475731 or 2963930. OLE color: 2963930.

HSL color Cylindrical-coordinate representation of color #DA392D: hue angle of 4.16º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA392D is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 57 45 -
CMYK 0 0.74 0.79 0.15
HSL 4.16º 0.7% 0.52% -
HSV(B) 4.16º 0.79% 0.85% -
XYZ 30.85 18.02 4.34 -
YUV 103.77 94.84 209.48 -
System Red Green Blue C M Y K H S L
Decimal 218 57 45 0 0.74 0.79 0.15 4.16 0.7 0.52
Hex DA 39 2D 0 4A 4F F 4 46 34
Octal 332 71 55 0 112 117 17 4 106 64
Binary 11011010 111001 101101 0 1001010 1001111 1111 100 1000110 110100

Color Harmonies of #DA392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA392D

Black with #DA392D

Text Example


Text Example

White with #DA392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA392D; }

 p { color: rgb(218,57,45); }

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

background-color css

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

 a { background-color: rgb(218,57,45); }

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

border-color css

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

 span { border-color: rgb(218,57,45); }

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