Html Css Color HEX #D7482F Cinnabar

📋 copy color: '#D7482F'

red 215 ◦ green 72 ◦ blue 47

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

Shades of Cinnabar #D7482F

Tints of Cinnabar #D7482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 64.37%
G = 21.56%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7482F (or 0xD7482F) is known color: Cinnabar. HEX triplet: D7, 48 and 2F. RGB value is (215,72,47). Sum of RGB (Red+Green+Blue) = 215+72+47=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D7482F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7482F is #28B7D0. Grayscale: #707070. Windows color (decimal): -2668497 or 3098839. OLE color: 3098839.

HSL color Cylindrical-coordinate representation of color #D7482F: hue angle of 8.93º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7482F is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 72 47 -
CMYK 0 0.67 0.78 0.16
HSL 8.93º 0.68% 0.51% -
HSV(B) 8.93º 0.78% 0.84% -
XYZ 30.85 19.29 4.79 -
YUV 111.91 91.38 201.53 -
System Red Green Blue C M Y K H S L
Decimal 215 72 47 0 0.67 0.78 0.16 8.93 0.68 0.51
Hex D7 48 2F 0 43 4E 10 9 44 33
Octal 327 110 57 0 103 116 20 11 104 63
Binary 11010111 1001000 101111 0 1000011 1001110 10000 1001 1000100 110011

Color Harmonies of #D7482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7482F

Black with #D7482F

Text Example


Text Example

White with #D7482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7482F; }

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

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

background-color css

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

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

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

border-color css

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

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

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