Html Css Color HEX #DA462F Cinnabar

📋 copy color: '#DA462F'

red 218 ◦ green 70 ◦ blue 47

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

Shades of Cinnabar #DA462F

Tints of Cinnabar #DA462F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 65.07%
G = 20.9%
B = 14.03%

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

#DA462F (or 0xDA462F) is known color: Cinnabar. HEX triplet: DA, 46 and 2F. RGB value is (218,70,47). Sum of RGB (Red+Green+Blue) = 218+70+47=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA462F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA462F is #25B9D0. Grayscale: #6F6F6F. Windows color (decimal): -2472401 or 3098330. OLE color: 3098330.

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

Color convert

RGB 218 70 47 -
CMYK 0 0.68 0.78 0.15
HSL 8.07º 0.7% 0.52% -
HSV(B) 8.07º 0.78% 0.85% -
XYZ 31.62 19.49 4.79 -
YUV 111.63 91.53 203.87 -
System Red Green Blue C M Y K H S L
Decimal 218 70 47 0 0.68 0.78 0.15 8.07 0.7 0.52
Hex DA 46 2F 0 44 4E F 8 46 34
Octal 332 106 57 0 104 116 17 10 106 64
Binary 11011010 1000110 101111 0 1000100 1001110 1111 1000 1000110 110100

Color Harmonies of #DA462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA462F

Black with #DA462F

Text Example


Text Example

White with #DA462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA462F; }

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

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

background-color css

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

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

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

border-color css

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

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

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