Html Css Color HEX #D7442D Cinnabar

📋 copy color: '#D7442D'

red 215 ◦ green 68 ◦ blue 45

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

Shades of Cinnabar #D7442D

Tints of Cinnabar #D7442D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.73%

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

R = 65.55%
G = 20.73%
B = 13.72%

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

#D7442D (or 0xD7442D) is known color: Cinnabar. HEX triplet: D7, 44 and 2D. RGB value is (215,68,45). Sum of RGB (Red+Green+Blue) = 215+68+45=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D7442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7442D is #28BBD2. Grayscale: #6D6D6D. Windows color (decimal): -2669523 or 2966743. OLE color: 2966743.

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

Color convert

RGB 215 68 45 -
CMYK 0 0.68 0.79 0.16
HSL 8.12º 0.68% 0.51% -
HSV(B) 8.12º 0.79% 0.84% -
XYZ 30.57 18.77 4.49 -
YUV 109.33 91.7 203.37 -
System Red Green Blue C M Y K H S L
Decimal 215 68 45 0 0.68 0.79 0.16 8.12 0.68 0.51
Hex D7 44 2D 0 44 4F 10 8 44 33
Octal 327 104 55 0 104 117 20 10 104 63
Binary 11010111 1000100 101101 0 1000100 1001111 10000 1000 1000100 110011

Color Harmonies of #D7442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7442D

Black with #D7442D

Text Example


Text Example

White with #D7442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7442D; }

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

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

background-color css

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

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

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

border-color css

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

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

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