Html Css Color HEX #D5463D Cinnabar

📋 copy color: '#D5463D'

red 213 ◦ green 70 ◦ blue 61

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

Shades of Cinnabar #D5463D

Tints of Cinnabar #D5463D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.73%

R = 61.92%
G = 20.35%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5463D (or 0xD5463D) is known color: Cinnabar. HEX triplet: D5, 46 and 3D. RGB value is (213,70,61). Sum of RGB (Red+Green+Blue) = 213+70+61=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D5463D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5463D is #2AB9C2. Grayscale: #6F6F6F. Windows color (decimal): -2800067 or 4015829. OLE color: 4015829.

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

Color convert

RGB 213 70 61 -
CMYK 0 0.67 0.71 0.16
HSL 3.55º 0.64% 0.54% -
HSV(B) 3.55º 0.71% 0.84% -
XYZ 30.47 18.86 6.45 -
YUV 111.73 99.38 200.23 -
System Red Green Blue C M Y K H S L
Decimal 213 70 61 0 0.67 0.71 0.16 3.55 0.64 0.54
Hex D5 46 3D 0 43 47 10 4 40 36
Octal 325 106 75 0 103 107 20 4 100 66
Binary 11010101 1000110 111101 0 1000011 1000111 10000 100 1000000 110110

Color Harmonies of #D5463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5463D

Black with #D5463D

Text Example


Text Example

White with #D5463D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5463D; }

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

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

background-color css

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

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

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

border-color css

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

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

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