Html Css Color HEX #D74C32 Cinnabar

📋 copy color: '#D74C32'

red 215 ◦ green 76 ◦ blue 50

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

Shades of Cinnabar #D74C32

Tints of Cinnabar #D74C32

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.29%

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

R = 63.05%
G = 22.29%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D74C32 (or 0xD74C32) is known color: Cinnabar. HEX triplet: D7, 4C and 32. RGB value is (215,76,50). Sum of RGB (Red+Green+Blue) = 215+76+50=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74C32 is #28B3CD. Grayscale: #727272. Windows color (decimal): -2667470 or 3296471. OLE color: 3296471.

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

Color convert

RGB 215 76 50 -
CMYK 0 0.65 0.77 0.16
HSL 9.45º 0.67% 0.52% -
HSV(B) 9.45º 0.77% 0.84% -
XYZ 31.18 19.85 5.2 -
YUV 114.6 91.55 199.61 -
System Red Green Blue C M Y K H S L
Decimal 215 76 50 0 0.65 0.77 0.16 9.45 0.67 0.52
Hex D7 4C 32 0 41 4D 10 9 43 34
Octal 327 114 62 0 101 115 20 11 103 64
Binary 11010111 1001100 110010 0 1000001 1001101 10000 1001 1000011 110100

Color Harmonies of #D74C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C32

Black with #D74C32

Text Example


Text Example

White with #D74C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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