Html Css Color HEX #DA462B Cinnabar

📋 copy color: '#DA462B'

red 218 ◦ green 70 ◦ blue 43

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

Shades of Cinnabar #DA462B

Tints of Cinnabar #DA462B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.99%

R = 65.86%
G = 21.15%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA462B (or 0xDA462B) is known color: Cinnabar. HEX triplet: DA, 46 and 2B. RGB value is (218,70,43). Sum of RGB (Red+Green+Blue) = 218+70+43=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA462B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA462B is #25B9D4. Grayscale: #6F6F6F. Windows color (decimal): -2472405 or 2836186. OLE color: 2836186.

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

Color convert

RGB 218 70 43 -
CMYK 0 0.68 0.80 0.15
HSL 9.26º 0.7% 0.51% -
HSV(B) 9.26º 0.8% 0.85% -
XYZ 31.54 19.46 4.38 -
YUV 111.17 89.53 204.2 -
System Red Green Blue C M Y K H S L
Decimal 218 70 43 0 0.68 0.80 0.15 9.26 0.7 0.51
Hex DA 46 2B 0 44 50 F 9 46 33
Octal 332 106 53 0 104 120 17 11 106 63
Binary 11011010 1000110 101011 0 1000100 1010000 1111 1001 1000110 110011

Color Harmonies of #DA462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA462B

Black with #DA462B

Text Example


Text Example

White with #DA462B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA462B; }

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

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

background-color css

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

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

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

border-color css

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

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

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