Html Css Color HEX #DA392A Cinnabar

📋 copy color: '#DA392A'

red 218 ◦ green 57 ◦ blue 42

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

Shades of Cinnabar #DA392A

Tints of Cinnabar #DA392A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.25%

R = 68.77%
G = 17.98%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA392A (or 0xDA392A) is known color: Cinnabar. HEX triplet: DA, 39 and 2A. RGB value is (218,57,42). Sum of RGB (Red+Green+Blue) = 218+57+42=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA392A is #25C6D5. Grayscale: #676767. Windows color (decimal): -2475734 or 2767322. OLE color: 2767322.

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

Color convert

RGB 218 57 42 -
CMYK 0 0.74 0.81 0.15
HSL 5.11º 0.7% 0.51% -
HSV(B) 5.11º 0.81% 0.85% -
XYZ 30.79 18 4.04 -
YUV 103.43 93.34 209.72 -
System Red Green Blue C M Y K H S L
Decimal 218 57 42 0 0.74 0.81 0.15 5.11 0.7 0.51
Hex DA 39 2A 0 4A 51 F 5 46 33
Octal 332 71 52 0 112 121 17 5 106 63
Binary 11011010 111001 101010 0 1001010 1010001 1111 101 1000110 110011

Color Harmonies of #DA392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA392A

Black with #DA392A

Text Example


Text Example

White with #DA392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA392A; }

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

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

background-color css

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

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

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

border-color css

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

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

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