Html Css Color HEX #EF301E Cinnabar

📋 copy color: '#EF301E'

red 239 ◦ green 48 ◦ blue 30

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

Shades of Cinnabar #EF301E

Tints of Cinnabar #EF301E

RGB

 RED value IS 239 (93.75% from 255) = 75.39%

 GREEN value IS 48 (19.14% from 255) = 15.14%

 BLUE value IS 30 (12.11% from 255) = 9.46%

R = 75.39%
G = 15.14%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF301E (or 0xEF301E) is known color: Cinnabar. HEX triplet: EF, 30 and 1E. RGB value is (239,48,30). Sum of RGB (Red+Green+Blue) = 239+48+30=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF301E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF301E is #10CFE1. Grayscale: #676767. Windows color (decimal): -1101794 or 1978607. OLE color: 1978607.

HSL color Cylindrical-coordinate representation of color #EF301E: hue angle of 5.17º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF301E is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 48 30 -
CMYK 0 0.80 0.87 0.06
HSL 5.17º 0.87% 0.53% -
HSV(B) 5.17º 0.87% 0.94% -
XYZ 36.89 20.56 3.25 -
YUV 103.06 86.78 224.96 -
System Red Green Blue C M Y K H S L
Decimal 239 48 30 0 0.80 0.87 0.06 5.17 0.87 0.53
Hex EF 30 1E 0 50 57 6 5 57 35
Octal 357 60 36 0 120 127 6 5 127 65
Binary 11101111 110000 11110 0 1010000 1010111 110 101 1010111 110101

Color Harmonies of #EF301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF301E

Black with #EF301E

Text Example


Text Example

White with #EF301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF301E; }

 p { color: rgb(239,48,30); }

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

background-color css

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

 a { background-color: rgb(239,48,30); }

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

border-color css

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

 span { border-color: rgb(239,48,30); }

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