Html Css Color HEX #D5443E Cinnabar

📋 copy color: '#D5443E'

red 213 ◦ green 68 ◦ blue 62

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

Shades of Cinnabar #D5443E

Tints of Cinnabar #D5443E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.08%

R = 62.1%
G = 19.83%
B = 18.08%

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

#D5443E (or 0xD5443E) is known color: Cinnabar. HEX triplet: D5, 44 and 3E. RGB value is (213,68,62). Sum of RGB (Red+Green+Blue) = 213+68+62=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5443E is #2ABBC1. Grayscale: #6E6E6E. Windows color (decimal): -2800578 or 4080853. OLE color: 4080853.

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

Color convert

RGB 213 68 62 -
CMYK 0 0.68 0.71 0.16
HSL 2.38º 0.64% 0.54% -
HSV(B) 2.38º 0.71% 0.84% -
XYZ 30.38 18.63 6.55 -
YUV 110.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 213 68 62 0 0.68 0.71 0.16 2.38 0.64 0.54
Hex D5 44 3E 0 44 47 10 2 40 36
Octal 325 104 76 0 104 107 20 2 100 66
Binary 11010101 1000100 111110 0 1000100 1000111 10000 10 1000000 110110

Color Harmonies of #D5443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5443E

Black with #D5443E

Text Example


Text Example

White with #D5443E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5443E; }

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

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

background-color css

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

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

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

border-color css

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

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

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