Html Css Color HEX #D74326 Cinnabar

📋 copy color: '#D74326'

red 215 ◦ green 67 ◦ blue 38

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

Shades of Cinnabar #D74326

Tints of Cinnabar #D74326

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.94%

 BLUE value IS 38 (15.23% from 255) = 11.88%

R = 67.19%
G = 20.94%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D74326 (or 0xD74326) is known color: Cinnabar. HEX triplet: D7, 43 and 26. RGB value is (215,67,38). Sum of RGB (Red+Green+Blue) = 215+67+38=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D74326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74326 is #28BCD9. Grayscale: #6C6C6C. Windows color (decimal): -2669786 or 2507735. OLE color: 2507735.

HSL color Cylindrical-coordinate representation of color #D74326: hue angle of 9.83º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D74326 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 67 38 -
CMYK 0 0.69 0.82 0.16
HSL 9.83º 0.7% 0.5% -
HSV(B) 9.83º 0.82% 0.84% -
XYZ 30.38 18.6 3.82 -
YUV 107.95 88.53 204.36 -
System Red Green Blue C M Y K H S L
Decimal 215 67 38 0 0.69 0.82 0.16 9.83 0.7 0.5
Hex D7 43 26 0 45 52 10 A 46 32
Octal 327 103 46 0 105 122 20 12 106 62
Binary 11010111 1000011 100110 0 1000101 1010010 10000 1010 1000110 110010

Color Harmonies of #D74326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74326

Black with #D74326

Text Example


Text Example

White with #D74326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74326; }

 p { color: rgb(215,67,38); }

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

background-color css

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

 a { background-color: rgb(215,67,38); }

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

border-color css

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

 span { border-color: rgb(215,67,38); }

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