Html Css Color HEX #DA3834 Cinnabar

📋 copy color: '#DA3834'

red 218 ◦ green 56 ◦ blue 52

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

Shades of Cinnabar #DA3834

Tints of Cinnabar #DA3834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.95%

R = 66.87%
G = 17.18%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA3834 (or 0xDA3834) is known color: Cinnabar. HEX triplet: DA, 38 and 34. RGB value is (218,56,52). Sum of RGB (Red+Green+Blue) = 218+56+52=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3834 is #25C7CB. Grayscale: #686868. Windows color (decimal): -2475980 or 3422426. OLE color: 3422426.

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

Color convert

RGB 218 56 52 -
CMYK 0 0.74 0.76 0.15
HSL 1.45º 0.69% 0.53% -
HSV(B) 1.45º 0.76% 0.85% -
XYZ 30.95 17.98 5.09 -
YUV 103.98 98.67 209.33 -
System Red Green Blue C M Y K H S L
Decimal 218 56 52 0 0.74 0.76 0.15 1.45 0.69 0.53
Hex DA 38 34 0 4A 4C F 1 45 35
Octal 332 70 64 0 112 114 17 1 105 65
Binary 11011010 111000 110100 0 1001010 1001100 1111 1 1000101 110101

Color Harmonies of #DA3834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3834

Black with #DA3834

Text Example


Text Example

White with #DA3834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3834; }

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

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

background-color css

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

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

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

border-color css

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

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

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