Html Css Color HEX #D7462A Cinnabar

📋 copy color: '#D7462A'

red 215 ◦ green 70 ◦ blue 42

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

Shades of Cinnabar #D7462A

Tints of Cinnabar #D7462A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.84%

R = 65.75%
G = 21.41%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7462A (or 0xD7462A) is known color: Cinnabar. HEX triplet: D7, 46 and 2A. RGB value is (215,70,42). Sum of RGB (Red+Green+Blue) = 215+70+42=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D7462A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7462A is #28B9D5. Grayscale: #6E6E6E. Windows color (decimal): -2669014 or 2770647. OLE color: 2770647.

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

Color convert

RGB 215 70 42 -
CMYK 0 0.67 0.80 0.16
HSL 9.71º 0.68% 0.5% -
HSV(B) 9.71º 0.8% 0.84% -
XYZ 30.63 18.99 4.24 -
YUV 110.16 89.54 202.78 -
System Red Green Blue C M Y K H S L
Decimal 215 70 42 0 0.67 0.80 0.16 9.71 0.68 0.5
Hex D7 46 2A 0 43 50 10 A 44 32
Octal 327 106 52 0 103 120 20 12 104 62
Binary 11010111 1000110 101010 0 1000011 1010000 10000 1010 1000100 110010

Color Harmonies of #D7462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7462A

Black with #D7462A

Text Example


Text Example

White with #D7462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7462A; }

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

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

background-color css

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

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

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

border-color css

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

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

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