Html Css Color HEX #D73F27 Cinnabar

📋 copy color: '#D73F27'

red 215 ◦ green 63 ◦ blue 39

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

Shades of Cinnabar #D73F27

Tints of Cinnabar #D73F27

RGB

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

 GREEN value IS 63 (25% from 255) = 19.87%

 BLUE value IS 39 (15.63% from 255) = 12.3%

R = 67.82%
G = 19.87%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D73F27 (or 0xD73F27) is known color: Cinnabar. HEX triplet: D7, 3F and 27. RGB value is (215,63,39). Sum of RGB (Red+Green+Blue) = 215+63+39=317 (41% of max value = 765). Red value is 215 (84.38% from 255 or 67.82% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73F27 is #28C0D8. Grayscale: #696969. Windows color (decimal): -2670809 or 2572247. OLE color: 2572247.

HSL color Cylindrical-coordinate representation of color #D73F27: hue angle of 8.18º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D73F27 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 63 39 -
CMYK 0 0.71 0.82 0.16
HSL 8.18º 0.69% 0.5% -
HSV(B) 8.18º 0.82% 0.84% -
XYZ 30.17 18.15 3.83 -
YUV 105.71 90.36 205.95 -
System Red Green Blue C M Y K H S L
Decimal 215 63 39 0 0.71 0.82 0.16 8.18 0.69 0.5
Hex D7 3F 27 0 47 52 10 8 45 32
Octal 327 77 47 0 107 122 20 10 105 62
Binary 11010111 111111 100111 0 1000111 1010010 10000 1000 1000101 110010

Color Harmonies of #D73F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73F27

Black with #D73F27

Text Example


Text Example

White with #D73F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73F27; }

 p { color: rgb(215,63,39); }

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

background-color css

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

 a { background-color: rgb(215,63,39); }

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

border-color css

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

 span { border-color: rgb(215,63,39); }

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