Html Css Color HEX #DA4030 Cinnabar

📋 copy color: '#DA4030'

red 218 ◦ green 64 ◦ blue 48

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

Shades of Cinnabar #DA4030

Tints of Cinnabar #DA4030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.39%

 BLUE value IS 48 (19.14% from 255) = 14.55%

R = 66.06%
G = 19.39%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA4030 (or 0xDA4030) is known color: Cinnabar. HEX triplet: DA, 40 and 30. RGB value is (218,64,48). Sum of RGB (Red+Green+Blue) = 218+64+48=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4030 is #25BFCF. Grayscale: #6C6C6C. Windows color (decimal): -2473936 or 3162330. OLE color: 3162330.

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

Color convert

RGB 218 64 48 -
CMYK 0 0.71 0.78 0.15
HSL 5.65º 0.7% 0.52% -
HSV(B) 5.65º 0.78% 0.85% -
XYZ 31.28 18.79 4.77 -
YUV 108.22 94.02 206.3 -
System Red Green Blue C M Y K H S L
Decimal 218 64 48 0 0.71 0.78 0.15 5.65 0.7 0.52
Hex DA 40 30 0 47 4E F 6 46 34
Octal 332 100 60 0 107 116 17 6 106 64
Binary 11011010 1000000 110000 0 1000111 1001110 1111 110 1000110 110100

Color Harmonies of #DA4030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4030

Black with #DA4030

Text Example


Text Example

White with #DA4030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4030; }

 p { color: rgb(218,64,48); }

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

background-color css

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

 a { background-color: rgb(218,64,48); }

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

border-color css

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

 span { border-color: rgb(218,64,48); }

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