Html Css Color HEX #EF401B Cinnabar

📋 copy color: '#EF401B'

red 239 ◦ green 64 ◦ blue 27

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

Shades of Cinnabar #EF401B

Tints of Cinnabar #EF401B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.39%

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

R = 72.42%
G = 19.39%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF401B (or 0xEF401B) is known color: Cinnabar. HEX triplet: EF, 40 and 1B. RGB value is (239,64,27). Sum of RGB (Red+Green+Blue) = 239+64+27=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF401B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF401B is #10BFE4. Grayscale: #707070. Windows color (decimal): -1097701 or 1786095. OLE color: 1786095.

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

Color convert

RGB 239 64 27 -
CMYK 0 0.73 0.89 0.06
HSL 10.47º 0.87% 0.52% -
HSV(B) 10.47º 0.89% 0.94% -
XYZ 37.63 22.1 3.32 -
YUV 112.11 79.98 218.51 -
System Red Green Blue C M Y K H S L
Decimal 239 64 27 0 0.73 0.89 0.06 10.47 0.87 0.52
Hex EF 40 1B 0 49 59 6 A 57 34
Octal 357 100 33 0 111 131 6 12 127 64
Binary 11101111 1000000 11011 0 1001001 1011001 110 1010 1010111 110100

Color Harmonies of #EF401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF401B

Black with #EF401B

Text Example


Text Example

White with #EF401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF401B; }

 p { color: rgb(239,64,27); }

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

background-color css

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

 a { background-color: rgb(239,64,27); }

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

border-color css

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

 span { border-color: rgb(239,64,27); }

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