Html Css Color HEX #D7443C Cinnabar

📋 copy color: '#D7443C'

red 215 ◦ green 68 ◦ blue 60

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

Shades of Cinnabar #D7443C

Tints of Cinnabar #D7443C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.49%

R = 62.68%
G = 19.83%
B = 17.49%

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

#D7443C (or 0xD7443C) is known color: Cinnabar. HEX triplet: D7, 44 and 3C. RGB value is (215,68,60). Sum of RGB (Red+Green+Blue) = 215+68+60=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D7443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7443C is #28BBC3. Grayscale: #6F6F6F. Windows color (decimal): -2669508 or 3949783. OLE color: 3949783.

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

Color convert

RGB 215 68 60 -
CMYK 0 0.68 0.72 0.16
HSL 3.1º 0.66% 0.54% -
HSV(B) 3.1º 0.72% 0.84% -
XYZ 30.91 18.91 6.3 -
YUV 111.04 99.2 202.15 -
System Red Green Blue C M Y K H S L
Decimal 215 68 60 0 0.68 0.72 0.16 3.1 0.66 0.54
Hex D7 44 3C 0 44 48 10 3 42 36
Octal 327 104 74 0 104 110 20 3 102 66
Binary 11010111 1000100 111100 0 1000100 1001000 10000 11 1000010 110110

Color Harmonies of #D7443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7443C

Black with #D7443C

Text Example


Text Example

White with #D7443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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