Html Css Color HEX #D74C2E Cinnabar

📋 copy color: '#D74C2E'

red 215 ◦ green 76 ◦ blue 46

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

Shades of Cinnabar #D74C2E

Tints of Cinnabar #D74C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.65%

R = 63.8%
G = 22.55%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D74C2E (or 0xD74C2E) is known color: Cinnabar. HEX triplet: D7, 4C and 2E. RGB value is (215,76,46). Sum of RGB (Red+Green+Blue) = 215+76+46=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74C2E is #28B3D1. Grayscale: #727272. Windows color (decimal): -2667474 or 3034327. OLE color: 3034327.

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

Color convert

RGB 215 76 46 -
CMYK 0 0.65 0.79 0.16
HSL 10.65º 0.68% 0.51% -
HSV(B) 10.65º 0.79% 0.84% -
XYZ 31.1 19.81 4.77 -
YUV 114.14 89.55 199.94 -
System Red Green Blue C M Y K H S L
Decimal 215 76 46 0 0.65 0.79 0.16 10.65 0.68 0.51
Hex D7 4C 2E 0 41 4F 10 B 44 33
Octal 327 114 56 0 101 117 20 13 104 63
Binary 11010111 1001100 101110 0 1000001 1001111 10000 1011 1000100 110011

Color Harmonies of #D74C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C2E

Black with #D74C2E

Text Example


Text Example

White with #D74C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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