Html Css Color HEX #D7483D Cinnabar

📋 copy color: '#D7483D'

red 215 ◦ green 72 ◦ blue 61

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

Shades of Cinnabar #D7483D

Tints of Cinnabar #D7483D

RGB

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

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

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

R = 61.78%
G = 20.69%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7483D (or 0xD7483D) is known color: Cinnabar. HEX triplet: D7, 48 and 3D. RGB value is (215,72,61). Sum of RGB (Red+Green+Blue) = 215+72+61=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D7483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7483D is #28B7C2. Grayscale: #717171. Windows color (decimal): -2668483 or 4016343. OLE color: 4016343.

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

Color convert

RGB 215 72 61 -
CMYK 0 0.67 0.72 0.16
HSL 4.29º 0.66% 0.54% -
HSV(B) 4.29º 0.72% 0.84% -
XYZ 31.18 19.42 6.52 -
YUV 113.5 98.38 200.39 -
System Red Green Blue C M Y K H S L
Decimal 215 72 61 0 0.67 0.72 0.16 4.29 0.66 0.54
Hex D7 48 3D 0 43 48 10 4 42 36
Octal 327 110 75 0 103 110 20 4 102 66
Binary 11010111 1001000 111101 0 1000011 1001000 10000 100 1000010 110110

Color Harmonies of #D7483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7483D

Black with #D7483D

Text Example


Text Example

White with #D7483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7483D; }

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

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

background-color css

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

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

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

border-color css

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

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

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