Html Css Color HEX #D7403D Cinnabar

📋 copy color: '#D7403D'

red 215 ◦ green 64 ◦ blue 61

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

Shades of Cinnabar #D7403D

Tints of Cinnabar #D7403D

RGB

 RED value IS 215 (84.38% from 255) = 63.24%

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

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

R = 63.24%
G = 18.82%
B = 17.94%

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

#D7403D (or 0xD7403D) is known color: Cinnabar. HEX triplet: D7, 40 and 3D. RGB value is (215,64,61). Sum of RGB (Red+Green+Blue) = 215+64+61=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D7403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7403D is #28BFC2. Grayscale: #6C6C6C. Windows color (decimal): -2670531 or 4014295. OLE color: 4014295.

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

Color convert

RGB 215 64 61 -
CMYK 0 0.70 0.72 0.16
HSL 1.17º 0.66% 0.54% -
HSV(B) 1.17º 0.72% 0.84% -
XYZ 30.7 18.45 6.36 -
YUV 108.81 101.03 203.74 -
System Red Green Blue C M Y K H S L
Decimal 215 64 61 0 0.70 0.72 0.16 1.17 0.66 0.54
Hex D7 40 3D 0 46 48 10 1 42 36
Octal 327 100 75 0 106 110 20 1 102 66
Binary 11010111 1000000 111101 0 1000110 1001000 10000 1 1000010 110110

Color Harmonies of #D7403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7403D

Black with #D7403D

Text Example


Text Example

White with #D7403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7403D; }

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

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

background-color css

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

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

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

border-color css

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

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

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