Html Css Color HEX #EF501F Cinnabar

📋 copy color: '#EF501F'

red 239 ◦ green 80 ◦ blue 31

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

Shades of Cinnabar #EF501F

Tints of Cinnabar #EF501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.86%

 BLUE value IS 31 (12.5% from 255) = 8.86%

R = 68.29%
G = 22.86%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF501F (or 0xEF501F) is known color: Cinnabar. HEX triplet: EF, 50 and 1F. RGB value is (239,80,31). Sum of RGB (Red+Green+Blue) = 239+80+31=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF501F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF501F is #10AFE0. Grayscale: #7A7A7A. Windows color (decimal): -1093601 or 2052335. OLE color: 2052335.

HSL color Cylindrical-coordinate representation of color #EF501F: hue angle of 14.13º 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 #EF501F is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 80 31 -
CMYK 0 0.67 0.87 0.06
HSL 14.13º 0.87% 0.53% -
HSV(B) 14.13º 0.87% 0.94% -
XYZ 38.71 24.19 3.92 -
YUV 121.96 76.68 211.48 -
System Red Green Blue C M Y K H S L
Decimal 239 80 31 0 0.67 0.87 0.06 14.13 0.87 0.53
Hex EF 50 1F 0 43 57 6 E 57 35
Octal 357 120 37 0 103 127 6 16 127 65
Binary 11101111 1010000 11111 0 1000011 1010111 110 1110 1010111 110101

Color Harmonies of #EF501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF501F

Black with #EF501F

Text Example


Text Example

White with #EF501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF501F; }

 p { color: rgb(239,80,31); }

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

background-color css

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

 a { background-color: rgb(239,80,31); }

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

border-color css

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

 span { border-color: rgb(239,80,31); }

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