Html Css Color HEX #D73F32 Cinnabar

📋 copy color: '#D73F32'

red 215 ◦ green 63 ◦ blue 50

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

Shades of Cinnabar #D73F32

Tints of Cinnabar #D73F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 65.55%
G = 19.21%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D73F32 (or 0xD73F32) is known color: Cinnabar. HEX triplet: D7, 3F and 32. RGB value is (215,63,50). Sum of RGB (Red+Green+Blue) = 215+63+50=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73F32 is #28C0CD. Grayscale: #6B6B6B. Windows color (decimal): -2670798 or 3293143. OLE color: 3293143.

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

Color convert

RGB 215 63 50 -
CMYK 0 0.71 0.77 0.16
HSL 4.73º 0.67% 0.52% -
HSV(B) 4.73º 0.77% 0.84% -
XYZ 30.38 18.23 4.94 -
YUV 106.97 95.86 205.06 -
System Red Green Blue C M Y K H S L
Decimal 215 63 50 0 0.71 0.77 0.16 4.73 0.67 0.52
Hex D7 3F 32 0 47 4D 10 5 43 34
Octal 327 77 62 0 107 115 20 5 103 64
Binary 11010111 111111 110010 0 1000111 1001101 10000 101 1000011 110100

Color Harmonies of #D73F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73F32

Black with #D73F32

Text Example


Text Example

White with #D73F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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