Html Css Color HEX #EF0430 Torch Red

📋 copy color: '#EF0430'

red 239 ◦ green 4 ◦ blue 48

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

Shades of Torch Red #EF0430

Tints of Torch Red #EF0430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

 BLUE value IS 48 (19.14% from 255) = 16.49%

R = 82.13%
G = 1.37%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF0430 (or 0xEF0430) is known color: Torch Red. HEX triplet: EF, 04 and 30. RGB value is (239,4,48). Sum of RGB (Red+Green+Blue) = 239+4+48=291 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.13% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0430 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0430 is #10FBCF. Grayscale: #4F4F4F. Windows color (decimal): -1113040 or 3146991. OLE color: 3146991.

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

Color convert

RGB 239 4 48 -
CMYK 0 0.98 0.80 0.06
HSL 348.77º 0.97% 0.48% -
HSV(B) 348.77º 0.98% 0.94% -
XYZ 36.17 18.65 4.49 -
YUV 79.28 110.36 241.92 -
System Red Green Blue C M Y K H S L
Decimal 239 4 48 0 0.98 0.80 0.06 348.77 0.97 0.48
Hex EF 4 30 0 62 50 6 15D 61 30
Octal 357 4 60 0 142 120 6 535 141 60
Binary 11101111 100 110000 0 1100010 1010000 110 101011101 1100001 110000

Color Harmonies of #EF0430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0430

Black with #EF0430

Text Example


Text Example

White with #EF0430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0430; }

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

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

background-color css

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

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

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

border-color css

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

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

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