Html Css Color HEX #D7452F Cinnabar

📋 copy color: '#D7452F'

red 215 ◦ green 69 ◦ blue 47

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

Shades of Cinnabar #D7452F

Tints of Cinnabar #D7452F

RGB

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

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

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

R = 64.95%
G = 20.85%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7452F (or 0xD7452F) is known color: Cinnabar. HEX triplet: D7, 45 and 2F. RGB value is (215,69,47). Sum of RGB (Red+Green+Blue) = 215+69+47=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D7452F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7452F is #28BAD0. Grayscale: #6E6E6E. Windows color (decimal): -2669265 or 3098071. OLE color: 3098071.

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

Color convert

RGB 215 69 47 -
CMYK 0 0.68 0.78 0.16
HSL 7.86º 0.68% 0.51% -
HSV(B) 7.86º 0.78% 0.84% -
XYZ 30.67 18.91 4.72 -
YUV 110.15 92.37 202.79 -
System Red Green Blue C M Y K H S L
Decimal 215 69 47 0 0.68 0.78 0.16 7.86 0.68 0.51
Hex D7 45 2F 0 44 4E 10 8 44 33
Octal 327 105 57 0 104 116 20 10 104 63
Binary 11010111 1000101 101111 0 1000100 1001110 10000 1000 1000100 110011

Color Harmonies of #D7452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7452F

Black with #D7452F

Text Example


Text Example

White with #D7452F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7452F; }

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

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

background-color css

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

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

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

border-color css

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

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

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