Html Css Color HEX #D5463C Cinnabar

📋 copy color: '#D5463C'

red 213 ◦ green 70 ◦ blue 60

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

Shades of Cinnabar #D5463C

Tints of Cinnabar #D5463C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.49%

R = 62.1%
G = 20.41%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5463C (or 0xD5463C) is known color: Cinnabar. HEX triplet: D5, 46 and 3C. RGB value is (213,70,60). Sum of RGB (Red+Green+Blue) = 213+70+60=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5463C is #2AB9C3. Grayscale: #6F6F6F. Windows color (decimal): -2800068 or 3950293. OLE color: 3950293.

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

Color convert

RGB 213 70 60 -
CMYK 0 0.67 0.72 0.16
HSL 3.92º 0.65% 0.54% -
HSV(B) 3.92º 0.72% 0.84% -
XYZ 30.45 18.85 6.31 -
YUV 111.62 98.88 200.31 -
System Red Green Blue C M Y K H S L
Decimal 213 70 60 0 0.67 0.72 0.16 3.92 0.65 0.54
Hex D5 46 3C 0 43 48 10 4 41 36
Octal 325 106 74 0 103 110 20 4 101 66
Binary 11010101 1000110 111100 0 1000011 1001000 10000 100 1000001 110110

Color Harmonies of #D5463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5463C

Black with #D5463C

Text Example


Text Example

White with #D5463C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5463C; }

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

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

background-color css

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

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

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

border-color css

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

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

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