Html Css Color HEX #D7443D Cinnabar

📋 copy color: '#D7443D'

red 215 ◦ green 68 ◦ blue 61

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

Shades of Cinnabar #D7443D

Tints of Cinnabar #D7443D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.73%

R = 62.5%
G = 19.77%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7443D (or 0xD7443D) is known color: Cinnabar. HEX triplet: D7, 44 and 3D. RGB value is (215,68,61). Sum of RGB (Red+Green+Blue) = 215+68+61=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D7443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7443D is #28BBC2. Grayscale: #6F6F6F. Windows color (decimal): -2669507 or 4015319. OLE color: 4015319.

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

Color convert

RGB 215 68 61 -
CMYK 0 0.68 0.72 0.16
HSL 2.73º 0.66% 0.54% -
HSV(B) 2.73º 0.72% 0.84% -
XYZ 30.93 18.92 6.44 -
YUV 111.16 99.7 202.07 -
System Red Green Blue C M Y K H S L
Decimal 215 68 61 0 0.68 0.72 0.16 2.73 0.66 0.54
Hex D7 44 3D 0 44 48 10 3 42 36
Octal 327 104 75 0 104 110 20 3 102 66
Binary 11010111 1000100 111101 0 1000100 1001000 10000 11 1000010 110110

Color Harmonies of #D7443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7443D

Black with #D7443D

Text Example


Text Example

White with #D7443D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7443D; }

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

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

background-color css

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

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

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

border-color css

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

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

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