Html Css Color HEX #EF361A Cinnabar

📋 copy color: '#EF361A'

red 239 ◦ green 54 ◦ blue 26

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

Shades of Cinnabar #EF361A

Tints of Cinnabar #EF361A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.93%

 BLUE value IS 26 (10.55% from 255) = 8.15%

R = 74.92%
G = 16.93%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF361A (or 0xEF361A) is known color: Cinnabar. HEX triplet: EF, 36 and 1A. RGB value is (239,54,26). Sum of RGB (Red+Green+Blue) = 239+54+26=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF361A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF361A is #10C9E5. Grayscale: #6A6A6A. Windows color (decimal): -1100262 or 1717999. OLE color: 1717999.

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

Color convert

RGB 239 54 26 -
CMYK 0 0.77 0.89 0.06
HSL 7.89º 0.87% 0.52% -
HSV(B) 7.89º 0.89% 0.94% -
XYZ 37.1 21.06 3.09 -
YUV 106.12 82.79 222.78 -
System Red Green Blue C M Y K H S L
Decimal 239 54 26 0 0.77 0.89 0.06 7.89 0.87 0.52
Hex EF 36 1A 0 4D 59 6 8 57 34
Octal 357 66 32 0 115 131 6 10 127 64
Binary 11101111 110110 11010 0 1001101 1011001 110 1000 1010111 110100

Color Harmonies of #EF361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF361A

Black with #EF361A

Text Example


Text Example

White with #EF361A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF361A; }

 p { color: rgb(239,54,26); }

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

background-color css

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

 a { background-color: rgb(239,54,26); }

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

border-color css

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

 span { border-color: rgb(239,54,26); }

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