Html Css Color HEX #D9413D Cinnabar

📋 copy color: '#D9413D'

red 217 ◦ green 65 ◦ blue 61

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

Shades of Cinnabar #D9413D

Tints of Cinnabar #D9413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.95%

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

R = 63.27%
G = 18.95%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9413D (or 0xD9413D) is known color: Cinnabar. HEX triplet: D9, 41 and 3D. RGB value is (217,65,61). Sum of RGB (Red+Green+Blue) = 217+65+61=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D9413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9413D is #26BEC2. Grayscale: #6E6E6E. Windows color (decimal): -2539203 or 4014553. OLE color: 4014553.

HSL color Cylindrical-coordinate representation of color #D9413D: hue angle of 1.54º 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 #D9413D is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 65 61 -
CMYK 0 0.70 0.72 0.15
HSL 1.54º 0.67% 0.55% -
HSV(B) 1.54º 0.72% 0.85% -
XYZ 31.35 18.87 6.4 -
YUV 109.99 100.36 204.33 -
System Red Green Blue C M Y K H S L
Decimal 217 65 61 0 0.70 0.72 0.15 1.54 0.67 0.55
Hex D9 41 3D 0 46 48 F 2 43 37
Octal 331 101 75 0 106 110 17 2 103 67
Binary 11011001 1000001 111101 0 1000110 1001000 1111 10 1000011 110111

Color Harmonies of #D9413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9413D

Black with #D9413D

Text Example


Text Example

White with #D9413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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