Html Css Color HEX #E74D1B Cinnabar

📋 copy color: '#E74D1B'

red 231 ◦ green 77 ◦ blue 27

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

Shades of Cinnabar #E74D1B

Tints of Cinnabar #E74D1B

RGB

 RED value IS 231 (90.63% from 255) = 68.96%

 GREEN value IS 77 (30.47% from 255) = 22.99%

 BLUE value IS 27 (10.94% from 255) = 8.06%

R = 68.96%
G = 22.99%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E74D1B (or 0xE74D1B) is known color: Cinnabar. HEX triplet: E7, 4D and 1B. RGB value is (231,77,27). Sum of RGB (Red+Green+Blue) = 231+77+27=335 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.96% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E74D1B is #18B2E4. Grayscale: #757575. Windows color (decimal): -1618661 or 1789415. OLE color: 1789415.

HSL color Cylindrical-coordinate representation of color #E74D1B: hue angle of 14.71º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E74D1B is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 77 27 -
CMYK 0 0.67 0.88 0.09
HSL 14.71º 0.81% 0.51% -
HSV(B) 14.71º 0.88% 0.91% -
XYZ 35.81 22.38 3.47 -
YUV 117.35 77.02 209.07 -
System Red Green Blue C M Y K H S L
Decimal 231 77 27 0 0.67 0.88 0.09 14.71 0.81 0.51
Hex E7 4D 1B 0 43 58 9 F 51 33
Octal 347 115 33 0 103 130 11 17 121 63
Binary 11100111 1001101 11011 0 1000011 1011000 1001 1111 1010001 110011

Color Harmonies of #E74D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74D1B

Black with #E74D1B

Text Example


Text Example

White with #E74D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74D1B; }

 p { color: rgb(231,77,27); }

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

background-color css

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

 a { background-color: rgb(231,77,27); }

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

border-color css

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

 span { border-color: rgb(231,77,27); }

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