Html Css Color HEX #DA3730 Cinnabar

📋 copy color: '#DA3730'

red 218 ◦ green 55 ◦ blue 48

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

Shades of Cinnabar #DA3730

Tints of Cinnabar #DA3730

RGB

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

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

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

R = 67.91%
G = 17.13%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA3730 (or 0xDA3730) is known color: Cinnabar. HEX triplet: DA, 37 and 30. RGB value is (218,55,48). Sum of RGB (Red+Green+Blue) = 218+55+48=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3730 is #25C8CF. Grayscale: #676767. Windows color (decimal): -2476240 or 3160026. OLE color: 3160026.

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

Color convert

RGB 218 55 48 -
CMYK 0 0.75 0.78 0.15
HSL 2.47º 0.7% 0.52% -
HSV(B) 2.47º 0.78% 0.85% -
XYZ 30.81 17.85 4.62 -
YUV 102.94 97 210.07 -
System Red Green Blue C M Y K H S L
Decimal 218 55 48 0 0.75 0.78 0.15 2.47 0.7 0.52
Hex DA 37 30 0 4B 4E F 2 46 34
Octal 332 67 60 0 113 116 17 2 106 64
Binary 11011010 110111 110000 0 1001011 1001110 1111 10 1000110 110100

Color Harmonies of #DA3730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3730

Black with #DA3730

Text Example


Text Example

White with #DA3730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3730; }

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

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

background-color css

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

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

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

border-color css

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

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

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