Html Css Color HEX #D7462D Cinnabar

📋 copy color: '#D7462D'

red 215 ◦ green 70 ◦ blue 45

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

Shades of Cinnabar #D7462D

Tints of Cinnabar #D7462D

RGB

 RED value IS 215 (84.38% from 255) = 65.15%

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

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

R = 65.15%
G = 21.21%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7462D (or 0xD7462D) is known color: Cinnabar. HEX triplet: D7, 46 and 2D. RGB value is (215,70,45). Sum of RGB (Red+Green+Blue) = 215+70+45=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D7462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7462D is #28B9D2. Grayscale: #6E6E6E. Windows color (decimal): -2669011 or 2967255. OLE color: 2967255.

HSL color Cylindrical-coordinate representation of color #D7462D: hue angle of 8.82º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7462D is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 70 45 -
CMYK 0 0.67 0.79 0.16
HSL 8.82º 0.68% 0.51% -
HSV(B) 8.82º 0.79% 0.84% -
XYZ 30.69 19.02 4.54 -
YUV 110.51 91.04 202.53 -
System Red Green Blue C M Y K H S L
Decimal 215 70 45 0 0.67 0.79 0.16 8.82 0.68 0.51
Hex D7 46 2D 0 43 4F 10 9 44 33
Octal 327 106 55 0 103 117 20 11 104 63
Binary 11010111 1000110 101101 0 1000011 1001111 10000 1001 1000100 110011

Color Harmonies of #D7462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7462D

Black with #D7462D

Text Example


Text Example

White with #D7462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7462D; }

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

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

background-color css

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

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

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

border-color css

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

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

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