Html Css Color HEX #D74632 Cinnabar

📋 copy color: '#D74632'

red 215 ◦ green 70 ◦ blue 50

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

Shades of Cinnabar #D74632

Tints of Cinnabar #D74632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.9%

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

R = 64.18%
G = 20.9%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D74632 (or 0xD74632) is known color: Cinnabar. HEX triplet: D7, 46 and 32. RGB value is (215,70,50). Sum of RGB (Red+Green+Blue) = 215+70+50=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D74632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74632 is #28B9CD. Grayscale: #6F6F6F. Windows color (decimal): -2669006 or 3294935. OLE color: 3294935.

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

Color convert

RGB 215 70 50 -
CMYK 0 0.67 0.77 0.16
HSL 7.27º 0.67% 0.52% -
HSV(B) 7.27º 0.77% 0.84% -
XYZ 30.79 19.06 5.07 -
YUV 111.08 93.54 202.13 -
System Red Green Blue C M Y K H S L
Decimal 215 70 50 0 0.67 0.77 0.16 7.27 0.67 0.52
Hex D7 46 32 0 43 4D 10 7 43 34
Octal 327 106 62 0 103 115 20 7 103 64
Binary 11010111 1000110 110010 0 1000011 1001101 10000 111 1000011 110100

Color Harmonies of #D74632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74632

Black with #D74632

Text Example


Text Example

White with #D74632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74632; }

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

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

background-color css

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

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

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

border-color css

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

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

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