Html Css Color HEX #D73C38 Cinnabar

📋 copy color: '#D73C38'

red 215 ◦ green 60 ◦ blue 56

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

Shades of Cinnabar #D73C38

Tints of Cinnabar #D73C38

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.13%

 BLUE value IS 56 (22.27% from 255) = 16.92%

R = 64.95%
G = 18.13%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D73C38 (or 0xD73C38) is known color: Cinnabar. HEX triplet: D7, 3C and 38. RGB value is (215,60,56). Sum of RGB (Red+Green+Blue) = 215+60+56=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C38 is #28C3C7. Grayscale: #6A6A6A. Windows color (decimal): -2671560 or 3685591. OLE color: 3685591.

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

Color convert

RGB 215 60 56 -
CMYK 0 0.72 0.74 0.16
HSL 1.51º 0.67% 0.53% -
HSV(B) 1.51º 0.74% 0.84% -
XYZ 30.35 17.96 5.61 -
YUV 105.89 99.85 205.83 -
System Red Green Blue C M Y K H S L
Decimal 215 60 56 0 0.72 0.74 0.16 1.51 0.67 0.53
Hex D7 3C 38 0 48 4A 10 2 43 35
Octal 327 74 70 0 110 112 20 2 103 65
Binary 11010111 111100 111000 0 1001000 1001010 10000 10 1000011 110101

Color Harmonies of #D73C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73C38

Black with #D73C38

Text Example


Text Example

White with #D73C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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