Html Css Color HEX #EF0227 Torch Red

📋 copy color: '#EF0227'

red 239 ◦ green 2 ◦ blue 39

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

Shades of Torch Red #EF0227

Tints of Torch Red #EF0227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 39 (15.63% from 255) = 13.93%

R = 85.36%
G = 0.71%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EF0227 (or 0xEF0227) is known color: Torch Red. HEX triplet: EF, 02 and 27. RGB value is (239,2,39). Sum of RGB (Red+Green+Blue) = 239+2+39=280 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.36% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0227 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0227 is #10FDD8. Grayscale: #4D4D4D. Windows color (decimal): -1113561 or 2556655. OLE color: 2556655.

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

Color convert

RGB 239 2 39 -
CMYK 0 0.99 0.84 0.06
HSL 350.63º 0.98% 0.47% -
HSV(B) 350.63º 0.99% 0.94% -
XYZ 35.98 18.54 3.6 -
YUV 77.08 106.52 243.49 -
System Red Green Blue C M Y K H S L
Decimal 239 2 39 0 0.99 0.84 0.06 350.63 0.98 0.47
Hex EF 2 27 0 63 54 6 15F 62 2F
Octal 357 2 47 0 143 124 6 537 142 57
Binary 11101111 10 100111 0 1100011 1010100 110 101011111 1100010 101111

Color Harmonies of #EF0227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0227

Black with #EF0227

Text Example


Text Example

White with #EF0227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0227; }

 p { color: rgb(239,2,39); }

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

background-color css

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

 a { background-color: rgb(239,2,39); }

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

border-color css

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

 span { border-color: rgb(239,2,39); }

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