Html Css Color HEX #D73F3E Cinnabar

📋 copy color: '#D73F3E'

red 215 ◦ green 63 ◦ blue 62

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

Shades of Cinnabar #D73F3E

Tints of Cinnabar #D73F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.24%

R = 63.24%
G = 18.53%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D73F3E (or 0xD73F3E) is known color: Cinnabar. HEX triplet: D7, 3F and 3E. RGB value is (215,63,62). Sum of RGB (Red+Green+Blue) = 215+63+62=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73F3E is #28C0C1. Grayscale: #6C6C6C. Windows color (decimal): -2670786 or 4079575. OLE color: 4079575.

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

Color convert

RGB 215 63 62 -
CMYK 0 0.71 0.71 0.16
HSL 0.39º 0.66% 0.54% -
HSV(B) 0.39º 0.71% 0.84% -
XYZ 30.67 18.35 6.48 -
YUV 108.33 101.86 204.08 -
System Red Green Blue C M Y K H S L
Decimal 215 63 62 0 0.71 0.71 0.16 0.39 0.66 0.54
Hex D7 3F 3E 0 47 47 10 0 42 36
Octal 327 77 76 0 107 107 20 0 102 66
Binary 11010111 111111 111110 0 1000111 1000111 10000 0 1000010 110110

Color Harmonies of #D73F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73F3E

Black with #D73F3E

Text Example


Text Example

White with #D73F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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