Html Css Color HEX #EF4123 Cinnabar

📋 copy color: '#EF4123'

red 239 ◦ green 65 ◦ blue 35

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

Shades of Cinnabar #EF4123

Tints of Cinnabar #EF4123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.32%

R = 70.5%
G = 19.17%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF4123 (or 0xEF4123) is known color: Cinnabar. HEX triplet: EF, 41 and 23. RGB value is (239,65,35). Sum of RGB (Red+Green+Blue) = 239+65+35=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4123 is #10BEDC. Grayscale: #717171. Windows color (decimal): -1097437 or 2310639. OLE color: 2310639.

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

Color convert

RGB 239 65 35 -
CMYK 0 0.73 0.85 0.06
HSL 8.82º 0.86% 0.54% -
HSV(B) 8.82º 0.85% 0.94% -
XYZ 37.79 22.25 3.89 -
YUV 113.61 83.65 217.44 -
System Red Green Blue C M Y K H S L
Decimal 239 65 35 0 0.73 0.85 0.06 8.82 0.86 0.54
Hex EF 41 23 0 49 55 6 9 56 36
Octal 357 101 43 0 111 125 6 11 126 66
Binary 11101111 1000001 100011 0 1001001 1010101 110 1001 1010110 110110

Color Harmonies of #EF4123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4123

Black with #EF4123

Text Example


Text Example

White with #EF4123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4123; }

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

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

background-color css

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

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

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

border-color css

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

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

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