Html Css Color HEX #D7442F Cinnabar

📋 copy color: '#D7442F'

red 215 ◦ green 68 ◦ blue 47

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

Shades of Cinnabar #D7442F

Tints of Cinnabar #D7442F

RGB

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

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

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

R = 65.15%
G = 20.61%
B = 14.24%

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

#D7442F (or 0xD7442F) is known color: Cinnabar. HEX triplet: D7, 44 and 2F. RGB value is (215,68,47). Sum of RGB (Red+Green+Blue) = 215+68+47=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D7442F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7442F is #28BBD0. Grayscale: #6D6D6D. Windows color (decimal): -2669521 or 3097815. OLE color: 3097815.

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

Color convert

RGB 215 68 47 -
CMYK 0 0.68 0.78 0.16
HSL 7.5º 0.68% 0.51% -
HSV(B) 7.5º 0.78% 0.84% -
XYZ 30.6 18.79 4.7 -
YUV 109.56 92.7 203.21 -
System Red Green Blue C M Y K H S L
Decimal 215 68 47 0 0.68 0.78 0.16 7.5 0.68 0.51
Hex D7 44 2F 0 44 4E 10 8 44 33
Octal 327 104 57 0 104 116 20 10 104 63
Binary 11010111 1000100 101111 0 1000100 1001110 10000 1000 1000100 110011

Color Harmonies of #D7442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7442F

Black with #D7442F

Text Example


Text Example

White with #D7442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7442F; }

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

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

background-color css

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

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

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

border-color css

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

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

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