Html Css Color HEX #D5462D Cinnabar

📋 copy color: '#D5462D'

red 213 ◦ green 70 ◦ blue 45

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

Shades of Cinnabar #D5462D

Tints of Cinnabar #D5462D

RGB

 RED value IS 213 (83.59% from 255) = 64.94%

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

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

R = 64.94%
G = 21.34%
B = 13.72%

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

#D5462D (or 0xD5462D) is known color: Cinnabar. HEX triplet: D5, 46 and 2D. RGB value is (213,70,45). Sum of RGB (Red+Green+Blue) = 213+70+45=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5462D is #2AB9D2. Grayscale: #6E6E6E. Windows color (decimal): -2800083 or 2967253. OLE color: 2967253.

HSL color Cylindrical-coordinate representation of color #D5462D: hue angle of 8.93º degrees, saturation: 0.67, 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 #D5462D is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 70 45 -
CMYK 0 0.67 0.79 0.16
HSL 8.93º 0.67% 0.51% -
HSV(B) 8.93º 0.79% 0.84% -
XYZ 30.1 18.72 4.51 -
YUV 109.91 91.38 201.53 -
System Red Green Blue C M Y K H S L
Decimal 213 70 45 0 0.67 0.79 0.16 8.93 0.67 0.51
Hex D5 46 2D 0 43 4F 10 9 43 33
Octal 325 106 55 0 103 117 20 11 103 63
Binary 11010101 1000110 101101 0 1000011 1001111 10000 1001 1000011 110011

Color Harmonies of #D5462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5462D

Black with #D5462D

Text Example


Text Example

White with #D5462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5462D; }

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

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

background-color css

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

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

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

border-color css

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

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

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