Html Css Color HEX #DA4D25 Cinnabar

📋 copy color: '#DA4D25'

red 218 ◦ green 77 ◦ blue 37

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

Shades of Cinnabar #DA4D25

Tints of Cinnabar #DA4D25

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.19%

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

R = 65.66%
G = 23.19%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA4D25 (or 0xDA4D25) is known color: Cinnabar. HEX triplet: DA, 4D and 25. RGB value is (218,77,37). Sum of RGB (Red+Green+Blue) = 218+77+37=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4D25 is #25B2DA. Grayscale: #727272. Windows color (decimal): -2470619 or 2444762. OLE color: 2444762.

HSL color Cylindrical-coordinate representation of color #DA4D25: hue angle of 13.26º 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 #DA4D25 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 77 37 -
CMYK 0 0.65 0.83 0.15
HSL 13.26º 0.71% 0.5% -
HSV(B) 13.26º 0.83% 0.85% -
XYZ 31.9 20.35 4 -
YUV 114.6 84.21 201.75 -
System Red Green Blue C M Y K H S L
Decimal 218 77 37 0 0.65 0.83 0.15 13.26 0.71 0.5
Hex DA 4D 25 0 41 53 F D 47 32
Octal 332 115 45 0 101 123 17 15 107 62
Binary 11011010 1001101 100101 0 1000001 1010011 1111 1101 1000111 110010

Color Harmonies of #DA4D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4D25

Black with #DA4D25

Text Example


Text Example

White with #DA4D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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