Html Css Color HEX #D74536 Cinnabar

📋 copy color: '#D74536'

red 215 ◦ green 69 ◦ blue 54

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

Shades of Cinnabar #D74536

Tints of Cinnabar #D74536

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.41%

 BLUE value IS 54 (21.48% from 255) = 15.98%

R = 63.61%
G = 20.41%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D74536 (or 0xD74536) is known color: Cinnabar. HEX triplet: D7, 45 and 36. RGB value is (215,69,54). Sum of RGB (Red+Green+Blue) = 215+69+54=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D74536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74536 is #28BAC9. Grayscale: #6F6F6F. Windows color (decimal): -2669258 or 3556823. OLE color: 3556823.

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

Color convert

RGB 215 69 54 -
CMYK 0 0.68 0.75 0.16
HSL 5.59º 0.67% 0.53% -
HSV(B) 5.59º 0.75% 0.84% -
XYZ 30.82 18.97 5.53 -
YUV 110.94 95.87 202.22 -
System Red Green Blue C M Y K H S L
Decimal 215 69 54 0 0.68 0.75 0.16 5.59 0.67 0.53
Hex D7 45 36 0 44 4B 10 6 43 35
Octal 327 105 66 0 104 113 20 6 103 65
Binary 11010111 1000101 110110 0 1000100 1001011 10000 110 1000011 110101

Color Harmonies of #D74536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74536

Black with #D74536

Text Example


Text Example

White with #D74536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74536; }

 p { color: rgb(215,69,54); }

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

background-color css

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

 a { background-color: rgb(215,69,54); }

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

border-color css

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

 span { border-color: rgb(215,69,54); }

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