Html Css Color HEX #EF4226 Cinnabar

📋 copy color: '#EF4226'

red 239 ◦ green 66 ◦ blue 38

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

Shades of Cinnabar #EF4226

Tints of Cinnabar #EF4226

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.24%

 BLUE value IS 38 (15.23% from 255) = 11.08%

R = 69.68%
G = 19.24%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EF4226 (or 0xEF4226) is known color: Cinnabar. HEX triplet: EF, 42 and 26. RGB value is (239,66,38). Sum of RGB (Red+Green+Blue) = 239+66+38=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4226 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4226 is #10BDD9. Grayscale: #727272. Windows color (decimal): -1097178 or 2507503. OLE color: 2507503.

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

Color convert

RGB 239 66 38 -
CMYK 0 0.72 0.84 0.06
HSL 8.36º 0.86% 0.54% -
HSV(B) 8.36º 0.84% 0.94% -
XYZ 37.89 22.39 4.16 -
YUV 114.54 84.81 216.78 -
System Red Green Blue C M Y K H S L
Decimal 239 66 38 0 0.72 0.84 0.06 8.36 0.86 0.54
Hex EF 42 26 0 48 54 6 8 56 36
Octal 357 102 46 0 110 124 6 10 126 66
Binary 11101111 1000010 100110 0 1001000 1010100 110 1000 1010110 110110

Color Harmonies of #EF4226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4226

Black with #EF4226

Text Example


Text Example

White with #EF4226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4226; }

 p { color: rgb(239,66,38); }

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

background-color css

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

 a { background-color: rgb(239,66,38); }

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

border-color css

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

 span { border-color: rgb(239,66,38); }

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