Html Css Color HEX #EF3022 Cinnabar

📋 copy color: '#EF3022'

red 239 ◦ green 48 ◦ blue 34

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

Shades of Cinnabar #EF3022

Tints of Cinnabar #EF3022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.95%

 BLUE value IS 34 (13.67% from 255) = 10.59%

R = 74.45%
G = 14.95%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF3022 (or 0xEF3022) is known color: Cinnabar. HEX triplet: EF, 30 and 22. RGB value is (239,48,34). Sum of RGB (Red+Green+Blue) = 239+48+34=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3022 is #10CFDD. Grayscale: #676767. Windows color (decimal): -1101790 or 2240751. OLE color: 2240751.

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

Color convert

RGB 239 48 34 -
CMYK 0 0.80 0.86 0.06
HSL 4.1º 0.86% 0.54% -
HSV(B) 4.1º 0.86% 0.94% -
XYZ 36.94 20.58 3.54 -
YUV 103.51 88.78 224.64 -
System Red Green Blue C M Y K H S L
Decimal 239 48 34 0 0.80 0.86 0.06 4.1 0.86 0.54
Hex EF 30 22 0 50 56 6 4 56 36
Octal 357 60 42 0 120 126 6 4 126 66
Binary 11101111 110000 100010 0 1010000 1010110 110 100 1010110 110110

Color Harmonies of #EF3022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3022

Black with #EF3022

Text Example


Text Example

White with #EF3022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3022; }

 p { color: rgb(239,48,34); }

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

background-color css

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

 a { background-color: rgb(239,48,34); }

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

border-color css

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

 span { border-color: rgb(239,48,34); }

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