Html Css Color HEX #D7483A Cinnabar

📋 copy color: '#D7483A'

red 215 ◦ green 72 ◦ blue 58

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

Shades of Cinnabar #D7483A

Tints of Cinnabar #D7483A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.81%

R = 62.32%
G = 20.87%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7483A (or 0xD7483A) is known color: Cinnabar. HEX triplet: D7, 48 and 3A. RGB value is (215,72,58). Sum of RGB (Red+Green+Blue) = 215+72+58=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D7483A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7483A is #28B7C5. Grayscale: #717171. Windows color (decimal): -2668486 or 3819735. OLE color: 3819735.

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

Color convert

RGB 215 72 58 -
CMYK 0 0.67 0.73 0.16
HSL 5.35º 0.66% 0.54% -
HSV(B) 5.35º 0.73% 0.84% -
XYZ 31.11 19.39 6.11 -
YUV 113.16 96.88 200.64 -
System Red Green Blue C M Y K H S L
Decimal 215 72 58 0 0.67 0.73 0.16 5.35 0.66 0.54
Hex D7 48 3A 0 43 49 10 5 42 36
Octal 327 110 72 0 103 111 20 5 102 66
Binary 11010111 1001000 111010 0 1000011 1001001 10000 101 1000010 110110

Color Harmonies of #D7483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7483A

Black with #D7483A

Text Example


Text Example

White with #D7483A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7483A; }

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

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

background-color css

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

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

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

border-color css

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

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

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