Html Css Color HEX #E74D30 Cinnabar

📋 copy color: '#E74D30'

red 231 ◦ green 77 ◦ blue 48

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

Shades of Cinnabar #E74D30

Tints of Cinnabar #E74D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.48%

R = 64.89%
G = 21.63%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E74D30 (or 0xE74D30) is known color: Cinnabar. HEX triplet: E7, 4D and 30. RGB value is (231,77,48). Sum of RGB (Red+Green+Blue) = 231+77+48=356 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.89% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E74D30 is #18B2CF. Grayscale: #787878. Windows color (decimal): -1618640 or 3165671. OLE color: 3165671.

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

Color convert

RGB 231 77 48 -
CMYK 0 0.67 0.79 0.09
HSL 9.51º 0.79% 0.55% -
HSV(B) 9.51º 0.79% 0.91% -
XYZ 36.14 22.51 5.24 -
YUV 119.74 87.52 207.36 -
System Red Green Blue C M Y K H S L
Decimal 231 77 48 0 0.67 0.79 0.09 9.51 0.79 0.55
Hex E7 4D 30 0 43 4F 9 A 4F 37
Octal 347 115 60 0 103 117 11 12 117 67
Binary 11100111 1001101 110000 0 1000011 1001111 1001 1010 1001111 110111

Color Harmonies of #E74D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74D30

Black with #E74D30

Text Example


Text Example

White with #E74D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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