Html Css Color HEX #DA462D Cinnabar

📋 copy color: '#DA462D'

red 218 ◦ green 70 ◦ blue 45

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

Shades of Cinnabar #DA462D

Tints of Cinnabar #DA462D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.02%

 BLUE value IS 45 (17.97% from 255) = 13.51%

R = 65.47%
G = 21.02%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA462D (or 0xDA462D) is known color: Cinnabar. HEX triplet: DA, 46 and 2D. RGB value is (218,70,45). Sum of RGB (Red+Green+Blue) = 218+70+45=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA462D is #25B9D2. Grayscale: #6F6F6F. Windows color (decimal): -2472403 or 2967258. OLE color: 2967258.

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

Color convert

RGB 218 70 45 -
CMYK 0 0.68 0.79 0.15
HSL 8.67º 0.7% 0.52% -
HSV(B) 8.67º 0.79% 0.85% -
XYZ 31.58 19.48 4.58 -
YUV 111.4 90.53 204.03 -
System Red Green Blue C M Y K H S L
Decimal 218 70 45 0 0.68 0.79 0.15 8.67 0.7 0.52
Hex DA 46 2D 0 44 4F F 9 46 34
Octal 332 106 55 0 104 117 17 11 106 64
Binary 11011010 1000110 101101 0 1000100 1001111 1111 1001 1000110 110100

Color Harmonies of #DA462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA462D

Black with #DA462D

Text Example


Text Example

White with #DA462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA462D; }

 p { color: rgb(218,70,45); }

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

background-color css

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

 a { background-color: rgb(218,70,45); }

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

border-color css

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

 span { border-color: rgb(218,70,45); }

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