Html Css Color HEX #DA3832 Cinnabar

📋 copy color: '#DA3832'

red 218 ◦ green 56 ◦ blue 50

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

Shades of Cinnabar #DA3832

Tints of Cinnabar #DA3832

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.28%

 BLUE value IS 50 (19.92% from 255) = 15.43%

R = 67.28%
G = 17.28%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA3832 (or 0xDA3832) is known color: Cinnabar. HEX triplet: DA, 38 and 32. RGB value is (218,56,50). Sum of RGB (Red+Green+Blue) = 218+56+50=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3832 is #25C7CD. Grayscale: #676767. Windows color (decimal): -2475982 or 3291354. OLE color: 3291354.

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

Color convert

RGB 218 56 50 -
CMYK 0 0.74 0.77 0.15
HSL 2.14º 0.69% 0.53% -
HSV(B) 2.14º 0.77% 0.85% -
XYZ 30.9 17.96 4.86 -
YUV 103.75 97.67 209.49 -
System Red Green Blue C M Y K H S L
Decimal 218 56 50 0 0.74 0.77 0.15 2.14 0.69 0.53
Hex DA 38 32 0 4A 4D F 2 45 35
Octal 332 70 62 0 112 115 17 2 105 65
Binary 11011010 111000 110010 0 1001010 1001101 1111 10 1000101 110101

Color Harmonies of #DA3832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3832

Black with #DA3832

Text Example


Text Example

White with #DA3832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3832; }

 p { color: rgb(218,56,50); }

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

background-color css

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

 a { background-color: rgb(218,56,50); }

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

border-color css

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

 span { border-color: rgb(218,56,50); }

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