Html Css Color HEX #DA3725 Cinnabar

📋 copy color: '#DA3725'

red 218 ◦ green 55 ◦ blue 37

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

Shades of Cinnabar #DA3725

Tints of Cinnabar #DA3725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.94%

R = 70.32%
G = 17.74%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA3725 (or 0xDA3725) is known color: Cinnabar. HEX triplet: DA, 37 and 25. RGB value is (218,55,37). Sum of RGB (Red+Green+Blue) = 218+55+37=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3725 is #25C8DA. Grayscale: #656565. Windows color (decimal): -2476251 or 2439130. OLE color: 2439130.

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

Color convert

RGB 218 55 37 -
CMYK 0 0.75 0.83 0.15
HSL 5.97º 0.71% 0.5% -
HSV(B) 5.97º 0.83% 0.85% -
XYZ 30.61 17.77 3.57 -
YUV 101.69 91.5 210.96 -
System Red Green Blue C M Y K H S L
Decimal 218 55 37 0 0.75 0.83 0.15 5.97 0.71 0.5
Hex DA 37 25 0 4B 53 F 6 47 32
Octal 332 67 45 0 113 123 17 6 107 62
Binary 11011010 110111 100101 0 1001011 1010011 1111 110 1000111 110010

Color Harmonies of #DA3725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3725

Black with #DA3725

Text Example


Text Example

White with #DA3725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3725; }

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

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

background-color css

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

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

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

border-color css

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

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

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