Html Css Color HEX #DA392B Cinnabar

📋 copy color: '#DA392B'

red 218 ◦ green 57 ◦ blue 43

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

Shades of Cinnabar #DA392B

Tints of Cinnabar #DA392B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.52%

R = 68.55%
G = 17.92%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA392B (or 0xDA392B) is known color: Cinnabar. HEX triplet: DA, 39 and 2B. RGB value is (218,57,43). Sum of RGB (Red+Green+Blue) = 218+57+43=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA392B is #25C6D4. Grayscale: #676767. Windows color (decimal): -2475733 or 2832858. OLE color: 2832858.

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

Color convert

RGB 218 57 43 -
CMYK 0 0.74 0.80 0.15
HSL 4.8º 0.7% 0.51% -
HSV(B) 4.8º 0.8% 0.85% -
XYZ 30.81 18.01 4.14 -
YUV 103.54 93.84 209.64 -
System Red Green Blue C M Y K H S L
Decimal 218 57 43 0 0.74 0.80 0.15 4.8 0.7 0.51
Hex DA 39 2B 0 4A 50 F 5 46 33
Octal 332 71 53 0 112 120 17 5 106 63
Binary 11011010 111001 101011 0 1001010 1010000 1111 101 1000110 110011

Color Harmonies of #DA392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA392B

Black with #DA392B

Text Example


Text Example

White with #DA392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA392B; }

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

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

background-color css

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

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

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

border-color css

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

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

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