Html Css Color HEX #D4462E Cinnabar

📋 copy color: '#D4462E'

red 212 ◦ green 70 ◦ blue 46

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

Shades of Cinnabar #D4462E

Tints of Cinnabar #D4462E

RGB

 RED value IS 212 (83.2% from 255) = 64.63%

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

 BLUE value IS 46 (18.36% from 255) = 14.02%

R = 64.63%
G = 21.34%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4462E (or 0xD4462E) is known color: Cinnabar. HEX triplet: D4, 46 and 2E. RGB value is (212,70,46). Sum of RGB (Red+Green+Blue) = 212+70+46=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D4462E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4462E is #2BB9D1. Grayscale: #6D6D6D. Windows color (decimal): -2865618 or 3032788. OLE color: 3032788.

HSL color Cylindrical-coordinate representation of color #D4462E: hue angle of 8.67º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4462E is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 70 46 -
CMYK 0 0.67 0.78 0.17
HSL 8.67º 0.66% 0.51% -
HSV(B) 8.67º 0.78% 0.83% -
XYZ 29.83 18.57 4.6 -
YUV 109.72 92.04 200.95 -
System Red Green Blue C M Y K H S L
Decimal 212 70 46 0 0.67 0.78 0.17 8.67 0.66 0.51
Hex D4 46 2E 0 43 4E 11 9 42 33
Octal 324 106 56 0 103 116 21 11 102 63
Binary 11010100 1000110 101110 0 1000011 1001110 10001 1001 1000010 110011

Color Harmonies of #D4462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4462E

Black with #D4462E

Text Example


Text Example

White with #D4462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4462E; }

 p { color: rgb(212,70,46); }

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

background-color css

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

 a { background-color: rgb(212,70,46); }

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

border-color css

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

 span { border-color: rgb(212,70,46); }

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