Html Css Color HEX #EF301B Cinnabar

📋 copy color: '#EF301B'

red 239 ◦ green 48 ◦ blue 27

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

Shades of Cinnabar #EF301B

Tints of Cinnabar #EF301B

RGB

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

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

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

R = 76.11%
G = 15.29%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF301B (or 0xEF301B) is known color: Cinnabar. HEX triplet: EF, 30 and 1B. RGB value is (239,48,27). Sum of RGB (Red+Green+Blue) = 239+48+27=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF301B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF301B is #10CFE4. Grayscale: #666666. Windows color (decimal): -1101797 or 1781999. OLE color: 1781999.

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

Color convert

RGB 239 48 27 -
CMYK 0 0.80 0.89 0.06
HSL 5.94º 0.87% 0.52% -
HSV(B) 5.94º 0.89% 0.94% -
XYZ 36.85 20.54 3.06 -
YUV 102.72 85.28 225.21 -
System Red Green Blue C M Y K H S L
Decimal 239 48 27 0 0.80 0.89 0.06 5.94 0.87 0.52
Hex EF 30 1B 0 50 59 6 6 57 34
Octal 357 60 33 0 120 131 6 6 127 64
Binary 11101111 110000 11011 0 1010000 1011001 110 110 1010111 110100

Color Harmonies of #EF301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF301B

Black with #EF301B

Text Example


Text Example

White with #EF301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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