Html Css Color HEX #DA3729 Cinnabar

📋 copy color: '#DA3729'

red 218 ◦ green 55 ◦ blue 41

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

Shades of Cinnabar #DA3729

Tints of Cinnabar #DA3729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.52%

 BLUE value IS 41 (16.41% from 255) = 13.06%

R = 69.43%
G = 17.52%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA3729 (or 0xDA3729) is known color: Cinnabar. HEX triplet: DA, 37 and 29. RGB value is (218,55,41). Sum of RGB (Red+Green+Blue) = 218+55+41=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3729 is #25C8D6. Grayscale: #666666. Windows color (decimal): -2476247 or 2701274. OLE color: 2701274.

HSL color Cylindrical-coordinate representation of color #DA3729: hue angle of 4.75º degrees, saturation: 0.71, 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 #DA3729 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 55 41 -
CMYK 0 0.75 0.81 0.15
HSL 4.75º 0.71% 0.51% -
HSV(B) 4.75º 0.81% 0.85% -
XYZ 30.68 17.8 3.92 -
YUV 102.14 93.5 210.64 -
System Red Green Blue C M Y K H S L
Decimal 218 55 41 0 0.75 0.81 0.15 4.75 0.71 0.51
Hex DA 37 29 0 4B 51 F 5 47 33
Octal 332 67 51 0 113 121 17 5 107 63
Binary 11011010 110111 101001 0 1001011 1010001 1111 101 1000111 110011

Color Harmonies of #DA3729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3729

Black with #DA3729

Text Example


Text Example

White with #DA3729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3729; }

 p { color: rgb(218,55,41); }

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

background-color css

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

 a { background-color: rgb(218,55,41); }

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

border-color css

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

 span { border-color: rgb(218,55,41); }

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