Html Css Color HEX #D5443A Cinnabar

📋 copy color: '#D5443A'

red 213 ◦ green 68 ◦ blue 58

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

Shades of Cinnabar #D5443A

Tints of Cinnabar #D5443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.06%

 BLUE value IS 58 (23.05% from 255) = 17.11%

R = 62.83%
G = 20.06%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5443A (or 0xD5443A) is known color: Cinnabar. HEX triplet: D5, 44 and 3A. RGB value is (213,68,58). Sum of RGB (Red+Green+Blue) = 213+68+58=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D5443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5443A is #2ABBC5. Grayscale: #6E6E6E. Windows color (decimal): -2800582 or 3818709. OLE color: 3818709.

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

Color convert

RGB 213 68 58 -
CMYK 0 0.68 0.73 0.16
HSL 3.87º 0.65% 0.53% -
HSV(B) 3.87º 0.73% 0.84% -
XYZ 30.27 18.59 5.99 -
YUV 110.22 98.54 201.31 -
System Red Green Blue C M Y K H S L
Decimal 213 68 58 0 0.68 0.73 0.16 3.87 0.65 0.53
Hex D5 44 3A 0 44 49 10 4 41 35
Octal 325 104 72 0 104 111 20 4 101 65
Binary 11010101 1000100 111010 0 1000100 1001001 10000 100 1000001 110101

Color Harmonies of #D5443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5443A

Black with #D5443A

Text Example


Text Example

White with #D5443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5443A; }

 p { color: rgb(213,68,58); }

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

background-color css

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

 a { background-color: rgb(213,68,58); }

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

border-color css

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

 span { border-color: rgb(213,68,58); }

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