Html Css Color HEX #D7452D Cinnabar

📋 copy color: '#D7452D'

red 215 ◦ green 69 ◦ blue 45

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

Shades of Cinnabar #D7452D

Tints of Cinnabar #D7452D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.97%

 BLUE value IS 45 (17.97% from 255) = 13.68%

R = 65.35%
G = 20.97%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7452D (or 0xD7452D) is known color: Cinnabar. HEX triplet: D7, 45 and 2D. RGB value is (215,69,45). Sum of RGB (Red+Green+Blue) = 215+69+45=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D7452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7452D is #28BAD2. Grayscale: #6E6E6E. Windows color (decimal): -2669267 or 2966999. OLE color: 2966999.

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

Color convert

RGB 215 69 45 -
CMYK 0 0.68 0.79 0.16
HSL 8.47º 0.68% 0.51% -
HSV(B) 8.47º 0.79% 0.84% -
XYZ 30.63 18.89 4.52 -
YUV 109.92 91.37 202.95 -
System Red Green Blue C M Y K H S L
Decimal 215 69 45 0 0.68 0.79 0.16 8.47 0.68 0.51
Hex D7 45 2D 0 44 4F 10 8 44 33
Octal 327 105 55 0 104 117 20 10 104 63
Binary 11010111 1000101 101101 0 1000100 1001111 10000 1000 1000100 110011

Color Harmonies of #D7452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7452D

Black with #D7452D

Text Example


Text Example

White with #D7452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7452D; }

 p { color: rgb(215,69,45); }

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

background-color css

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

 a { background-color: rgb(215,69,45); }

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

border-color css

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

 span { border-color: rgb(215,69,45); }

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