Html Css Color HEX #D5403B Cinnabar

📋 copy color: '#D5403B'

red 213 ◦ green 64 ◦ blue 59

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

Shades of Cinnabar #D5403B

Tints of Cinnabar #D5403B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.56%

R = 63.39%
G = 19.05%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5403B (or 0xD5403B) is known color: Cinnabar. HEX triplet: D5, 40 and 3B. RGB value is (213,64,59). Sum of RGB (Red+Green+Blue) = 213+64+59=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D5403B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5403B is #2ABFC4. Grayscale: #6C6C6C. Windows color (decimal): -2801605 or 3883221. OLE color: 3883221.

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

Color convert

RGB 213 64 59 -
CMYK 0 0.70 0.72 0.16
HSL 1.95º 0.65% 0.53% -
HSV(B) 1.95º 0.72% 0.84% -
XYZ 30.06 18.13 6.05 -
YUV 107.98 100.36 202.91 -
System Red Green Blue C M Y K H S L
Decimal 213 64 59 0 0.70 0.72 0.16 1.95 0.65 0.53
Hex D5 40 3B 0 46 48 10 2 41 35
Octal 325 100 73 0 106 110 20 2 101 65
Binary 11010101 1000000 111011 0 1000110 1001000 10000 10 1000001 110101

Color Harmonies of #D5403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5403B

Black with #D5403B

Text Example


Text Example

White with #D5403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5403B; }

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

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

background-color css

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

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

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

border-color css

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

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

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