Html Css Color HEX #D73D32 Cinnabar

📋 copy color: '#D73D32'

red 215 ◦ green 61 ◦ blue 50

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

Shades of Cinnabar #D73D32

Tints of Cinnabar #D73D32

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.71%

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

R = 65.95%
G = 18.71%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D73D32 (or 0xD73D32) is known color: Cinnabar. HEX triplet: D7, 3D and 32. RGB value is (215,61,50). Sum of RGB (Red+Green+Blue) = 215+61+50=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73D32 is #28C2CD. Grayscale: #696969. Windows color (decimal): -2671310 or 3292631. OLE color: 3292631.

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

Color convert

RGB 215 61 50 -
CMYK 0 0.72 0.77 0.16
HSL 0.67% 0.52% -
HSV(B) 0.77% 0.84% -
XYZ 30.27 18.01 4.9 -
YUV 105.79 96.52 205.89 -
System Red Green Blue C M Y K H S L
Decimal 215 61 50 0 0.72 0.77 0.16 4 0.67 0.52
Hex D7 3D 32 0 48 4D 10 4 43 34
Octal 327 75 62 0 110 115 20 4 103 64
Binary 11010111 111101 110010 0 1001000 1001101 10000 100 1000011 110100

Color Harmonies of #D73D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73D32

Black with #D73D32

Text Example


Text Example

White with #D73D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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