Html Css Color HEX #D5453D Cinnabar

📋 copy color: '#D5453D'

red 213 ◦ green 69 ◦ blue 61

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

Shades of Cinnabar #D5453D

Tints of Cinnabar #D5453D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.12%

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

R = 62.1%
G = 20.12%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5453D (or 0xD5453D) is known color: Cinnabar. HEX triplet: D5, 45 and 3D. RGB value is (213,69,61). Sum of RGB (Red+Green+Blue) = 213+69+61=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5453D is #2ABAC2. Grayscale: #6F6F6F. Windows color (decimal): -2800323 or 4015573. OLE color: 4015573.

HSL color Cylindrical-coordinate representation of color #D5453D: hue angle of 3.16º 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 #D5453D is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 69 61 -
CMYK 0 0.68 0.71 0.16
HSL 3.16º 0.64% 0.54% -
HSV(B) 3.16º 0.71% 0.84% -
XYZ 30.41 18.74 6.43 -
YUV 111.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 213 69 61 0 0.68 0.71 0.16 3.16 0.64 0.54
Hex D5 45 3D 0 44 47 10 3 40 36
Octal 325 105 75 0 104 107 20 3 100 66
Binary 11010101 1000101 111101 0 1000100 1000111 10000 11 1000000 110110

Color Harmonies of #D5453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5453D

Black with #D5453D

Text Example


Text Example

White with #D5453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5453D; }

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

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

background-color css

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

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

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

border-color css

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

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

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