Html Css Color HEX #D5462C Cinnabar

📋 copy color: '#D5462C'

red 213 ◦ green 70 ◦ blue 44

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

Shades of Cinnabar #D5462C

Tints of Cinnabar #D5462C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.46%

R = 65.14%
G = 21.41%
B = 13.46%

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

#D5462C (or 0xD5462C) is known color: Cinnabar. HEX triplet: D5, 46 and 2C. RGB value is (213,70,44). Sum of RGB (Red+Green+Blue) = 213+70+44=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D5462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5462C is #2AB9D3. Grayscale: #6E6E6E. Windows color (decimal): -2800084 or 2901717. OLE color: 2901717.

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

Color convert

RGB 213 70 44 -
CMYK 0 0.67 0.79 0.16
HSL 9.23º 0.67% 0.5% -
HSV(B) 9.23º 0.79% 0.84% -
XYZ 30.09 18.71 4.41 -
YUV 109.79 90.88 201.61 -
System Red Green Blue C M Y K H S L
Decimal 213 70 44 0 0.67 0.79 0.16 9.23 0.67 0.5
Hex D5 46 2C 0 43 4F 10 9 43 32
Octal 325 106 54 0 103 117 20 11 103 62
Binary 11010101 1000110 101100 0 1000011 1001111 10000 1001 1000011 110010

Color Harmonies of #D5462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5462C

Black with #D5462C

Text Example


Text Example

White with #D5462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5462C; }

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

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

background-color css

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

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

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

border-color css

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

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

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