Html Css Color HEX #D5403F Cinnabar

📋 copy color: '#D5403F'

red 213 ◦ green 64 ◦ blue 63

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

Shades of Cinnabar #D5403F

Tints of Cinnabar #D5403F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.82%

 BLUE value IS 63 (25% from 255) = 18.53%

R = 62.65%
G = 18.82%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5403F (or 0xD5403F) is known color: Cinnabar. HEX triplet: D5, 40 and 3F. RGB value is (213,64,63). Sum of RGB (Red+Green+Blue) = 213+64+63=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D5403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5403F is #2ABFC0. Grayscale: #6C6C6C. Windows color (decimal): -2801601 or 4145365. OLE color: 4145365.

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

Color convert

RGB 213 64 63 -
CMYK 0 0.70 0.70 0.16
HSL 0.4º 0.64% 0.54% -
HSV(B) 0.4º 0.7% 0.84% -
XYZ 30.17 18.17 6.62 -
YUV 108.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 213 64 63 0 0.70 0.70 0.16 0.4 0.64 0.54
Hex D5 40 3F 0 46 46 10 0 40 36
Octal 325 100 77 0 106 106 20 0 100 66
Binary 11010101 1000000 111111 0 1000110 1000110 10000 0 1000000 110110

Color Harmonies of #D5403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5403F

Black with #D5403F

Text Example


Text Example

White with #D5403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5403F; }

 p { color: rgb(213,64,63); }

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

background-color css

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

 a { background-color: rgb(213,64,63); }

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

border-color css

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

 span { border-color: rgb(213,64,63); }

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