Html Css Color HEX #DA3727 Cinnabar

📋 copy color: '#DA3727'

red 218 ◦ green 55 ◦ blue 39

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

Shades of Cinnabar #DA3727

Tints of Cinnabar #DA3727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.5%

R = 69.87%
G = 17.63%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA3727 (or 0xDA3727) is known color: Cinnabar. HEX triplet: DA, 37 and 27. RGB value is (218,55,39). Sum of RGB (Red+Green+Blue) = 218+55+39=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3727 is #25C8D8. Grayscale: #666666. Windows color (decimal): -2476249 or 2570202. OLE color: 2570202.

HSL color Cylindrical-coordinate representation of color #DA3727: hue angle of 5.36º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA3727 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 55 39 -
CMYK 0 0.75 0.82 0.15
HSL 5.36º 0.71% 0.5% -
HSV(B) 5.36º 0.82% 0.85% -
XYZ 30.65 17.78 3.74 -
YUV 101.91 92.5 210.8 -
System Red Green Blue C M Y K H S L
Decimal 218 55 39 0 0.75 0.82 0.15 5.36 0.71 0.5
Hex DA 37 27 0 4B 52 F 5 47 32
Octal 332 67 47 0 113 122 17 5 107 62
Binary 11011010 110111 100111 0 1001011 1010010 1111 101 1000111 110010

Color Harmonies of #DA3727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3727

Black with #DA3727

Text Example


Text Example

White with #DA3727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3727; }

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

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

background-color css

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

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

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

border-color css

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

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

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