Html Css Color HEX #D5453C Cinnabar

📋 copy color: '#D5453C'

red 213 ◦ green 69 ◦ blue 60

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

Shades of Cinnabar #D5453C

Tints of Cinnabar #D5453C

RGB

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

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

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

R = 62.28%
G = 20.18%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5453C (or 0xD5453C) is known color: Cinnabar. HEX triplet: D5, 45 and 3C. RGB value is (213,69,60). Sum of RGB (Red+Green+Blue) = 213+69+60=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D5453C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5453C is #2ABAC3. Grayscale: #6F6F6F. Windows color (decimal): -2800324 or 3950037. OLE color: 3950037.

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

Color convert

RGB 213 69 60 -
CMYK 0 0.68 0.72 0.16
HSL 3.53º 0.65% 0.54% -
HSV(B) 3.53º 0.72% 0.84% -
XYZ 30.38 18.73 6.29 -
YUV 111.03 99.21 200.73 -
System Red Green Blue C M Y K H S L
Decimal 213 69 60 0 0.68 0.72 0.16 3.53 0.65 0.54
Hex D5 45 3C 0 44 48 10 4 41 36
Octal 325 105 74 0 104 110 20 4 101 66
Binary 11010101 1000101 111100 0 1000100 1001000 10000 100 1000001 110110

Color Harmonies of #D5453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5453C

Black with #D5453C

Text Example


Text Example

White with #D5453C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5453C; }

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

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

background-color css

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

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

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

border-color css

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

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

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