Html Css Color HEX #DA4531 Cinnabar

📋 copy color: '#DA4531'

red 218 ◦ green 69 ◦ blue 49

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

Shades of Cinnabar #DA4531

Tints of Cinnabar #DA4531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.54%

 BLUE value IS 49 (19.53% from 255) = 14.58%

R = 64.88%
G = 20.54%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA4531 (or 0xDA4531) is known color: Cinnabar. HEX triplet: DA, 45 and 31. RGB value is (218,69,49). Sum of RGB (Red+Green+Blue) = 218+69+49=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4531 is #25BACE. Grayscale: #6F6F6F. Windows color (decimal): -2472655 or 3229146. OLE color: 3229146.

HSL color Cylindrical-coordinate representation of color #DA4531: hue angle of 7.1º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA4531 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 69 49 -
CMYK 0 0.68 0.78 0.15
HSL 7.1º 0.7% 0.52% -
HSV(B) 7.1º 0.78% 0.85% -
XYZ 31.6 19.38 4.98 -
YUV 111.27 92.86 204.13 -
System Red Green Blue C M Y K H S L
Decimal 218 69 49 0 0.68 0.78 0.15 7.1 0.7 0.52
Hex DA 45 31 0 44 4E F 7 46 34
Octal 332 105 61 0 104 116 17 7 106 64
Binary 11011010 1000101 110001 0 1000100 1001110 1111 111 1000110 110100

Color Harmonies of #DA4531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4531

Black with #DA4531

Text Example


Text Example

White with #DA4531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4531; }

 p { color: rgb(218,69,49); }

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

background-color css

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

 a { background-color: rgb(218,69,49); }

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

border-color css

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

 span { border-color: rgb(218,69,49); }

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