Html Css Color HEX #EF002A Torch Red

📋 copy color: '#EF002A'

red 239 ◦ green 0 ◦ blue 42

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

Shades of Torch Red #EF002A

Tints of Torch Red #EF002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 42 (16.8% from 255) = 14.95%

R = 85.05%
G = 0%
B = 14.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF002A (or 0xEF002A) is known color: Torch Red. HEX triplet: EF, 00 and 2A. RGB value is (239,0,42). Sum of RGB (Red+Green+Blue) = 239+0+42=281 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.05% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 239 - color contains mainly: red. Hex color #EF002A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF002A is #10FFD5. Grayscale: #4C4C4C. Windows color (decimal): -1114070 or 2752751. OLE color: 2752751.

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

Color convert

RGB 239 0 42 -
CMYK 0 1 0.82 0.06
HSL 349.46º 1% 0.47% -
HSV(B) 349.46º 1% 0.94% -
XYZ 36.01 18.52 3.87 -
YUV 76.25 108.68 244.08 -
System Red Green Blue C M Y K H S L
Decimal 239 0 42 0 1 0.82 0.06 349.46 1 0.47
Hex EF 0 2A 0 64 52 6 15D 64 2F
Octal 357 0 52 0 144 122 6 535 144 57
Binary 11101111 0 101010 0 1100100 1010010 110 101011101 1100100 101111

Color Harmonies of #EF002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF002A

Black with #EF002A

Text Example


Text Example

White with #EF002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF002A; }

 p { color: rgb(239,0,42); }

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

background-color css

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

 a { background-color: rgb(239,0,42); }

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

border-color css

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

 span { border-color: rgb(239,0,42); }

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