Html Css Color HEX #EF3426 Cinnabar

📋 copy color: '#EF3426'

red 239 ◦ green 52 ◦ blue 38

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

Shades of Cinnabar #EF3426

Tints of Cinnabar #EF3426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

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

R = 72.64%
G = 15.81%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EF3426 (or 0xEF3426) is known color: Cinnabar. HEX triplet: EF, 34 and 26. RGB value is (239,52,38). Sum of RGB (Red+Green+Blue) = 239+52+38=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3426 is #10CBD9. Grayscale: #6A6A6A. Windows color (decimal): -1100762 or 2503919. OLE color: 2503919.

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

Color convert

RGB 239 52 38 -
CMYK 0 0.78 0.84 0.06
HSL 4.18º 0.86% 0.54% -
HSV(B) 4.18º 0.84% 0.94% -
XYZ 37.17 20.95 3.92 -
YUV 106.32 89.45 222.64 -
System Red Green Blue C M Y K H S L
Decimal 239 52 38 0 0.78 0.84 0.06 4.18 0.86 0.54
Hex EF 34 26 0 4E 54 6 4 56 36
Octal 357 64 46 0 116 124 6 4 126 66
Binary 11101111 110100 100110 0 1001110 1010100 110 100 1010110 110110

Color Harmonies of #EF3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3426

Black with #EF3426

Text Example


Text Example

White with #EF3426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3426; }

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

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

background-color css

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

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

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

border-color css

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

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

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