Html Css Color HEX #D9403D Cinnabar

📋 copy color: '#D9403D'

red 217 ◦ green 64 ◦ blue 61

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

Shades of Cinnabar #D9403D

Tints of Cinnabar #D9403D

RGB

 RED value IS 217 (85.16% from 255) = 63.45%

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

 BLUE value IS 61 (24.22% from 255) = 17.84%

R = 63.45%
G = 18.71%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9403D (or 0xD9403D) is known color: Cinnabar. HEX triplet: D9, 40 and 3D. RGB value is (217,64,61). Sum of RGB (Red+Green+Blue) = 217+64+61=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D9403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9403D is #26BFC2. Grayscale: #6D6D6D. Windows color (decimal): -2539459 or 4014297. OLE color: 4014297.

HSL color Cylindrical-coordinate representation of color #D9403D: hue angle of 1.15º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9403D is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 64 61 -
CMYK 0 0.71 0.72 0.15
HSL 1.15º 0.67% 0.55% -
HSV(B) 1.15º 0.72% 0.85% -
XYZ 31.29 18.76 6.39 -
YUV 109.41 100.69 204.74 -
System Red Green Blue C M Y K H S L
Decimal 217 64 61 0 0.71 0.72 0.15 1.15 0.67 0.55
Hex D9 40 3D 0 47 48 F 1 43 37
Octal 331 100 75 0 107 110 17 1 103 67
Binary 11011001 1000000 111101 0 1000111 1001000 1111 1 1000011 110111

Color Harmonies of #D9403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9403D

Black with #D9403D

Text Example


Text Example

White with #D9403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9403D; }

 p { color: rgb(217,64,61); }

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

background-color css

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

 a { background-color: rgb(217,64,61); }

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

border-color css

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

 span { border-color: rgb(217,64,61); }

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