Html Css Color HEX #D74C33 Cinnabar

📋 copy color: '#D74C33'

red 215 ◦ green 76 ◦ blue 51

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

Shades of Cinnabar #D74C33

Tints of Cinnabar #D74C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.91%

R = 62.87%
G = 22.22%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D74C33 (or 0xD74C33) is known color: Cinnabar. HEX triplet: D7, 4C and 33. RGB value is (215,76,51). Sum of RGB (Red+Green+Blue) = 215+76+51=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74C33 is #28B3CC. Grayscale: #727272. Windows color (decimal): -2667469 or 3362007. OLE color: 3362007.

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

Color convert

RGB 215 76 51 -
CMYK 0 0.65 0.76 0.16
HSL 9.15º 0.67% 0.52% -
HSV(B) 9.15º 0.76% 0.84% -
XYZ 31.21 19.85 5.32 -
YUV 114.71 92.05 199.53 -
System Red Green Blue C M Y K H S L
Decimal 215 76 51 0 0.65 0.76 0.16 9.15 0.67 0.52
Hex D7 4C 33 0 41 4C 10 9 43 34
Octal 327 114 63 0 101 114 20 11 103 64
Binary 11010111 1001100 110011 0 1000001 1001100 10000 1001 1000011 110100

Color Harmonies of #D74C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C33

Black with #D74C33

Text Example


Text Example

White with #D74C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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