Html Css Color HEX #EF461A Cinnabar

📋 copy color: '#EF461A'

red 239 ◦ green 70 ◦ blue 26

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

Shades of Cinnabar #EF461A

Tints of Cinnabar #EF461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.9%

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

R = 71.34%
G = 20.9%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF461A (or 0xEF461A) is known color: Cinnabar. HEX triplet: EF, 46 and 1A. RGB value is (239,70,26). Sum of RGB (Red+Green+Blue) = 239+70+26=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF461A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF461A is #10B9E5. Grayscale: #737373. Windows color (decimal): -1096166 or 1722095. OLE color: 1722095.

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

Color convert

RGB 239 70 26 -
CMYK 0 0.71 0.89 0.06
HSL 12.39º 0.87% 0.52% -
HSV(B) 12.39º 0.89% 0.94% -
XYZ 37.97 22.81 3.38 -
YUV 115.52 77.49 216.08 -
System Red Green Blue C M Y K H S L
Decimal 239 70 26 0 0.71 0.89 0.06 12.39 0.87 0.52
Hex EF 46 1A 0 47 59 6 C 57 34
Octal 357 106 32 0 107 131 6 14 127 64
Binary 11101111 1000110 11010 0 1000111 1011001 110 1100 1010111 110100

Color Harmonies of #EF461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF461A

Black with #EF461A

Text Example


Text Example

White with #EF461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF461A; }

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

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

background-color css

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

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

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

border-color css

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

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

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