Html Css Color HEX #D9483D Cinnabar

📋 copy color: '#D9483D'

red 217 ◦ green 72 ◦ blue 61

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

Shades of Cinnabar #D9483D

Tints of Cinnabar #D9483D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.57%

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

R = 62%
G = 20.57%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9483D (or 0xD9483D) is known color: Cinnabar. HEX triplet: D9, 48 and 3D. RGB value is (217,72,61). Sum of RGB (Red+Green+Blue) = 217+72+61=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D9483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9483D is #26B7C2. Grayscale: #727272. Windows color (decimal): -2537411 or 4016345. OLE color: 4016345.

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

Color convert

RGB 217 72 61 -
CMYK 0 0.67 0.72 0.15
HSL 4.23º 0.67% 0.55% -
HSV(B) 4.23º 0.72% 0.85% -
XYZ 31.77 19.72 6.55 -
YUV 114.1 98.04 201.39 -
System Red Green Blue C M Y K H S L
Decimal 217 72 61 0 0.67 0.72 0.15 4.23 0.67 0.55
Hex D9 48 3D 0 43 48 F 4 43 37
Octal 331 110 75 0 103 110 17 4 103 67
Binary 11011001 1001000 111101 0 1000011 1001000 1111 100 1000011 110111

Color Harmonies of #D9483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9483D

Black with #D9483D

Text Example


Text Example

White with #D9483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9483D; }

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

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

background-color css

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

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

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

border-color css

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

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

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