Html Css Color HEX #EF411B Cinnabar

📋 copy color: '#EF411B'

red 239 ◦ green 65 ◦ blue 27

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

Shades of Cinnabar #EF411B

Tints of Cinnabar #EF411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.64%

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

R = 72.21%
G = 19.64%
B = 8.16%

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

#EF411B (or 0xEF411B) is known color: Cinnabar. HEX triplet: EF, 41 and 1B. RGB value is (239,65,27). Sum of RGB (Red+Green+Blue) = 239+65+27=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF411B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF411B is #10BEE4. Grayscale: #717171. Windows color (decimal): -1097445 or 1786351. OLE color: 1786351.

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

Color convert

RGB 239 65 27 -
CMYK 0 0.73 0.89 0.06
HSL 10.75º 0.87% 0.52% -
HSV(B) 10.75º 0.89% 0.94% -
XYZ 37.68 22.21 3.34 -
YUV 112.69 79.65 218.09 -
System Red Green Blue C M Y K H S L
Decimal 239 65 27 0 0.73 0.89 0.06 10.75 0.87 0.52
Hex EF 41 1B 0 49 59 6 B 57 34
Octal 357 101 33 0 111 131 6 13 127 64
Binary 11101111 1000001 11011 0 1001001 1011001 110 1011 1010111 110100

Color Harmonies of #EF411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF411B

Black with #EF411B

Text Example


Text Example

White with #EF411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF411B; }

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

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

background-color css

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

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

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

border-color css

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

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

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