Html Css Color HEX #D7482C Cinnabar

📋 copy color: '#D7482C'

red 215 ◦ green 72 ◦ blue 44

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

Shades of Cinnabar #D7482C

Tints of Cinnabar #D7482C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.29%

R = 64.95%
G = 21.75%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7482C (or 0xD7482C) is known color: Cinnabar. HEX triplet: D7, 48 and 2C. RGB value is (215,72,44). Sum of RGB (Red+Green+Blue) = 215+72+44=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D7482C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7482C is #28B7D3. Grayscale: #6F6F6F. Windows color (decimal): -2668500 or 2902231. OLE color: 2902231.

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

Color convert

RGB 215 72 44 -
CMYK 0 0.67 0.80 0.16
HSL 9.82º 0.68% 0.51% -
HSV(B) 9.82º 0.8% 0.84% -
XYZ 30.8 19.26 4.48 -
YUV 111.57 89.88 201.78 -
System Red Green Blue C M Y K H S L
Decimal 215 72 44 0 0.67 0.80 0.16 9.82 0.68 0.51
Hex D7 48 2C 0 43 50 10 A 44 33
Octal 327 110 54 0 103 120 20 12 104 63
Binary 11010111 1001000 101100 0 1000011 1010000 10000 1010 1000100 110011

Color Harmonies of #D7482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7482C

Black with #D7482C

Text Example


Text Example

White with #D7482C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7482C; }

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

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

background-color css

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

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

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

border-color css

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

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

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