Html Css Color HEX #EF4426 Cinnabar

📋 copy color: '#EF4426'

red 239 ◦ green 68 ◦ blue 38

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

Shades of Cinnabar #EF4426

Tints of Cinnabar #EF4426

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.71%

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

R = 69.28%
G = 19.71%
B = 11.01%

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

#EF4426 (or 0xEF4426) is known color: Cinnabar. HEX triplet: EF, 44 and 26. RGB value is (239,68,38). Sum of RGB (Red+Green+Blue) = 239+68+38=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4426 is #10BBD9. Grayscale: #747474. Windows color (decimal): -1096666 or 2508015. OLE color: 2508015.

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

Color convert

RGB 239 68 38 -
CMYK 0 0.72 0.84 0.06
HSL 8.96º 0.86% 0.54% -
HSV(B) 8.96º 0.84% 0.94% -
XYZ 38.01 22.62 4.2 -
YUV 115.71 84.15 215.94 -
System Red Green Blue C M Y K H S L
Decimal 239 68 38 0 0.72 0.84 0.06 8.96 0.86 0.54
Hex EF 44 26 0 48 54 6 9 56 36
Octal 357 104 46 0 110 124 6 11 126 66
Binary 11101111 1000100 100110 0 1001000 1010100 110 1001 1010110 110110

Color Harmonies of #EF4426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4426

Black with #EF4426

Text Example


Text Example

White with #EF4426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4426; }

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

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

background-color css

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

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

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

border-color css

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

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

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