Html Css Color HEX #D73E34 Cinnabar

📋 copy color: '#D73E34'

red 215 ◦ green 62 ◦ blue 52

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

Shades of Cinnabar #D73E34

Tints of Cinnabar #D73E34

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.84%

 BLUE value IS 52 (20.7% from 255) = 15.81%

R = 65.35%
G = 18.84%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D73E34 (or 0xD73E34) is known color: Cinnabar. HEX triplet: D7, 3E and 34. RGB value is (215,62,52). Sum of RGB (Red+Green+Blue) = 215+62+52=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D73E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73E34 is #28C1CB. Grayscale: #6A6A6A. Windows color (decimal): -2671052 or 3423959. OLE color: 3423959.

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

Color convert

RGB 215 62 52 -
CMYK 0 0.71 0.76 0.16
HSL 3.68º 0.67% 0.52% -
HSV(B) 3.68º 0.76% 0.84% -
XYZ 30.37 18.14 5.15 -
YUV 106.61 97.19 205.31 -
System Red Green Blue C M Y K H S L
Decimal 215 62 52 0 0.71 0.76 0.16 3.68 0.67 0.52
Hex D7 3E 34 0 47 4C 10 4 43 34
Octal 327 76 64 0 107 114 20 4 103 64
Binary 11010111 111110 110100 0 1000111 1001100 10000 100 1000011 110100

Color Harmonies of #D73E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73E34

Black with #D73E34

Text Example


Text Example

White with #D73E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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